1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

ESP8266HTTPClient: fix duplicate Content-Length headers (#1902)

This commit is contained in:
Ivan Grokhotkov
2016-06-03 16:11:44 +08:00
parent d1fc7002c1
commit dd81336b79
5 changed files with 31 additions and 59 deletions

View File

@ -6,3 +6,4 @@
#define AP_SSID "test_wifi_ap"
#define AP_PASS "test_wifi_ap_pass"
#define SERVER_IP "192.168.10.1"