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():