Update aprs_in.py don't reboot in debug mode

beta-dw-tx
Alan Johnston 2 years ago committed by GitHub
parent e737ad0809
commit e5d065b67f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,7 @@ if __name__ == "__main__":
system("echo 'CW Mode!!'")
mode = 'm'
change_mode = True
if (debug_mode == True) and (change_mode == True):
if (debug_mode == False) and (change_mode == True):
print("/home/pi/CubeSatSim/config -" + mode)
system("/home/pi/CubeSatSim/config -" + mode)
change_mode = False

Loading…
Cancel
Save

Powered by TurnKey Linux.