mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +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()) {
|
if (Update.end()) {
|
||||||
client.print("OK");
|
client.print("OK");
|
||||||
client.stop();
|
client.stop();
|
||||||
delay(10);
|
delay(1000);
|
||||||
#ifdef OTA_DEBUG
|
#ifdef OTA_DEBUG
|
||||||
OTA_DEBUG.printf("Update Success\n");
|
OTA_DEBUG.printf("Update Success\n");
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user