diff --git a/main.go b/main.go index 30985022e..5316798a1 100644 --- a/main.go +++ b/main.go @@ -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()