From 64f5192c79a04f706316732c8e6ebb91d0d3d089 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 20 Apr 2024 22:25:57 +0200 Subject: [PATCH] Changed rnodeconf autoinstaller menu order --- RNS/Utilities/rnodeconf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RNS/Utilities/rnodeconf.py b/RNS/Utilities/rnodeconf.py index 770ffe9..df72bd5 100755 --- a/RNS/Utilities/rnodeconf.py +++ b/RNS/Utilities/rnodeconf.py @@ -1559,8 +1559,8 @@ def main(): print("[5] LilyGO LoRa32 v1.0") print("[6] LilyGO T-Beam") print("[7] Heltec LoRa32 v2") - print("[8] LilyGO LoRa T3S3") - print("[9] Heltec LoRa32 v3") + print("[8] Heltec LoRa32 v3") + print("[9] LilyGO LoRa T3S3") print(" .") print(" / \\ Select one of these options if you want to easily turn") print(" | a supported development board into an RNode.") @@ -1672,7 +1672,7 @@ def main(): print("who would like to experiment with it. Hit enter to continue.") print("---------------------------------------------------------------------------") input() - elif c_dev == 8: + elif c_dev == 9: selected_product = ROM.PRODUCT_RNODE c_mod = True clear() @@ -1689,7 +1689,7 @@ def main(): print("who would like to experiment with it. Hit enter to continue.") print("---------------------------------------------------------------------------") input() - elif c_dev == 9: + elif c_dev == 8: selected_product = ROM.PRODUCT_H32_V3 clear() print("")