Skip to content

Commit f78ab66

Browse files
thangktrand-a-v
authored andcommitted
libraries: fixed no "OK" ACK for Signed Update (#6351)
1 parent d6973cd commit f78ab66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ArduinoOTA/ArduinoOTA.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ void ArduinoOTAClass::_runUpdate() {
330330
if (Update.end()) {
331331
client.print("OK");
332332
client.stop();
333-
delay(10);
333+
delay(1000);
334334
#ifdef OTA_DEBUG
335335
OTA_DEBUG.printf("Update Success\n");
336336
#endif

0 commit comments

Comments
 (0)