We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e8fa58 + a217dbe commit 8508f87Copy full SHA for 8508f87
1 file changed
c_ota.h
@@ -165,7 +165,7 @@ void do_http_update() {
165
adress += String(ESP.getChipId(), HEX);
166
adress += F("&hw_version=v");
167
adress += String(sys.hwversion);
168
- adress += F("&sw_version=v");
+ adress += F("&sw_version=");
169
adress += FIRMWAREVERSION;
170
171
// UPDATE 1x Wiederholen falls schief gelaufen
@@ -294,7 +294,7 @@ void check_http_update() {
294
295
296
297
298
299
adress += F(" HTTP/1.1\n");
300
adress += F("User-Agent: ESP8266\n"); // sonst Hinweis im Body
0 commit comments