From 1691bee15c1e8f6ca1e1b0b19c5a04ce48bf39fe Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 13 Oct 2023 20:47:44 -0400 Subject: [PATCH] Update rpitx.py with prints --- rpitx.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpitx.py b/rpitx.py index e624b772..887cd7ed 100644 --- a/rpitx.py +++ b/rpitx.py @@ -15,7 +15,9 @@ def battery_saver_check(): f = open("/home/pi/CubeSatSim/battery_saver") close(f) txc = False + print("battery saver activated") except: + print("not activated") pass def increment_mode():