From 97153ad59da8127bbe15314d4447f4d879bc6255 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 15 Aug 2023 10:30:49 +0200 Subject: [PATCH] Updated explanation text --- RNS/Utilities/rnodeconf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RNS/Utilities/rnodeconf.py b/RNS/Utilities/rnodeconf.py index a6b67b3..589d3c4 100755 --- a/RNS/Utilities/rnodeconf.py +++ b/RNS/Utilities/rnodeconf.py @@ -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()