mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-13 00:03:32 -07:00
Added suggestion to use lower baudrate if flashing fails on ESP32
This commit is contained in:
Regular → Executable
+3
@@ -2467,6 +2467,9 @@ def main():
|
||||
RNS.log("Waiting for ESP32 reset...")
|
||||
time.sleep(7)
|
||||
else:
|
||||
RNS.log("Non-zero return code ("+str(flash_status)+") while flashing")
|
||||
RNS.log("Try again with slower speeds for example like this:")
|
||||
RNS.log("rnodeconf --autoinstall --baud-flash 115200")
|
||||
exit()
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user