Updated explanation text

This commit is contained in:
Mark Qvist 2023-08-15 10:30:49 +02:00
parent bc8378fb60
commit 97153ad59d

View File

@ -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()