1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266

Conflicts:
	hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_main.cpp
This commit is contained in:
Markus Sattler
2015-06-23 13:08:05 +02:00
25 changed files with 1197 additions and 137 deletions

View File

@ -78,12 +78,12 @@ t_httpUpdate_return ESP8266HTTPUpdate::update(const char * host, uint16_t port,
if(current_version[0] != 0x00) {
req += "\r\n"
"x-ESP8266-version: ";
"x-ESP8266-version: ";
req += current_version;
}
req += "\r\n"
"\r\n";
"\r\n";
tcp.write(req.c_str(), req.length());