From f54751d2eeebe50606a49cbf75c5768e18e61ac0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 14 Oct 2023 09:32:09 -0400 Subject: [PATCH] Update rpitx.py txc true when off --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 96adeddc..954956b6 100644 --- a/rpitx.py +++ b/rpitx.py @@ -19,7 +19,7 @@ def battery_saver_check(): print("battery saver activated") except: print("not activated") - pass + txc = True def increment_mode(): print("increment mode")