Update rpitx.py add Safe Mode print

beta-cc-safe
Alan Johnston 2 years ago committed by GitHub
parent 1f048206d6
commit 56d9777469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -62,9 +62,10 @@ def battery_saver_check():
f = open("/home/pi/CubeSatSim/battery_saver", "r") f = open("/home/pi/CubeSatSim/battery_saver", "r")
f.close() f.close()
txc = False txc = False
print("Safe Mode!")
print("battery saver activated") print("battery saver activated")
except: except:
print("not activated") print("battery saver not activated")
# txc = True # txc = True
def increment_mode(): def increment_mode():

Loading…
Cancel
Save

Powered by TurnKey Linux.