Update transmit.py fix global

sim-fail-2
Alan Johnston 4 months ago committed by GitHub
parent a471b113e8
commit a49d46c045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,6 +14,7 @@ import random
def sim_failure_check():
try:
global card
file = open("/home/pi/CubeSatSim/failure_mode.txt")
fail_mode = file.read(2)
if (fail_mode == "10"):

Loading…
Cancel
Save

Powered by TurnKey Linux.