Update rpitx.py with prints

beta-v1.3.2-battery-saver
Alan Johnston 2 years ago committed by GitHub
parent eda4fac449
commit 1691bee15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.