diff --git a/RNS/Utilities/rnodeconf.py b/RNS/Utilities/rnodeconf.py old mode 100644 new mode 100755 index cbcb0ac..84d9348 --- a/RNS/Utilities/rnodeconf.py +++ b/RNS/Utilities/rnodeconf.py @@ -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: