mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-23 06:00:18 +00:00
Merge pull request #363 from blackjack75/master
Added suggestion to use lower baudrate if flashing fails on ESP32
This commit is contained in:
commit
3320cf8da8
3
RNS/Utilities/rnodeconf.py
Normal file → Executable file
3
RNS/Utilities/rnodeconf.py
Normal file → Executable file
@ -2470,6 +2470,9 @@ def main():
|
|||||||
RNS.log("Waiting for ESP32 reset...")
|
RNS.log("Waiting for ESP32 reset...")
|
||||||
time.sleep(7)
|
time.sleep(7)
|
||||||
else:
|
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()
|
exit()
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user