feat(http): Modify for esp8266

This commit is contained in:
yuanjm
2020-08-07 11:47:43 +08:00
parent 9ea5d2abe7
commit 08a4fe0d61
7 changed files with 19 additions and 6 deletions

View File

@@ -14,4 +14,10 @@ menu "ESP HTTP client"
This option will enable HTTP Basic Authentication. It is disabled by default as Basic
auth uses unencrypted encoding, so it introduces a vulnerability when not using TLS
config HTTP_BUF_SIZE
int "Default HTTP Buffer Size (both send and receive)"
default 512
range 512 1460
help
Set HTTP Buffer Size. The larger buffer size will make send and receive more size packet once.
endmenu