1
0
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:
thangktran
2019-08-01 14:00:49 +02:00
committed by david gauchard
parent d6973cd63d
commit f78ab66f89

View File

@ -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