mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
libraries: fixed no "OK" ACK for Signed Update (#6351)
This commit is contained in:
committed by
david gauchard
parent
d6973cd63d
commit
f78ab66f89
@ -330,7 +330,7 @@ void ArduinoOTAClass::_runUpdate() {
|
||||
if (Update.end()) {
|
||||
client.print("OK");
|
||||
client.stop();
|
||||
delay(10);
|
||||
delay(1000);
|
||||
#ifdef OTA_DEBUG
|
||||
OTA_DEBUG.printf("Update Success\n");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user