Skip to content

Commit 8508f87

Browse files
authored
Merge pull request #47 from WLANThermo-nano/develop
Fehler Softwareversion
2 parents 4e8fa58 + a217dbe commit 8508f87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

c_ota.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void do_http_update() {
165165
adress += String(ESP.getChipId(), HEX);
166166
adress += F("&hw_version=v");
167167
adress += String(sys.hwversion);
168-
adress += F("&sw_version=v");
168+
adress += F("&sw_version=");
169169
adress += FIRMWAREVERSION;
170170

171171
// UPDATE 1x Wiederholen falls schief gelaufen
@@ -294,7 +294,7 @@ void check_http_update() {
294294
adress += String(ESP.getChipId(), HEX);
295295
adress += F("&hw_version=v");
296296
adress += String(sys.hwversion);
297-
adress += F("&sw_version=v");
297+
adress += F("&sw_version=");
298298
adress += FIRMWAREVERSION;
299299
adress += F(" HTTP/1.1\n");
300300
adress += F("User-Agent: ESP8266\n"); // sonst Hinweis im Body

0 commit comments

Comments
 (0)