main: add extra second of delay when flashing esp32 boards before reset

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-03-29 12:52:41 +02:00
parent a7c149f8dc
commit 29cadaa23b
+2
View File
@@ -1083,6 +1083,8 @@ func flashBinUsingEsp32(port, resetMode, tmppath string, options *compileopts.Op
}
fmt.Println()
time.Sleep(time.Second)
// Reset the device to run the new firmware
flasher.Reset()