mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-07 23:00: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...")
|
||||
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("Error from flasher ("+str(flash_status)+") while writing.")
|
||||
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")
|
||||
exit()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user