From 553cdeb82bafb0b8bcb96c8a95ad48fb7022a48d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 26 Jul 2024 00:01:20 -0700 Subject: [PATCH] fix for single radio sorry for the crash here https://github.com/SpudGunMan/meshing-around/issues/22 --- modules/system.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system.py b/modules/system.py index d56a5ae..f0ee3f8 100644 --- a/modules/system.py +++ b/modules/system.py @@ -78,6 +78,8 @@ if interface2_enabled: except Exception as e: print(f"System: Critical Error script abort. {e}") exit() +else: + myNodeNum2 = 777 def log_timestamp(): if zuluTime: