mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-08 07:10:15 +00:00
Updated explanation text
This commit is contained in:
parent
bc8378fb60
commit
97153ad59d
@ -2470,8 +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("Error from flasher ("+str(flash_status)+") while writing.")
|
||||||
RNS.log("Try again with slower speeds for example like this:")
|
RNS.log("Some boards have trouble flashing at high speeds, and you can")
|
||||||
|
RNS.log("try flashing with a lower baud rate, as in this example:")
|
||||||
RNS.log("rnodeconf --autoinstall --baud-flash 115200")
|
RNS.log("rnodeconf --autoinstall --baud-flash 115200")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user