Update squelch_cc.py system wall message

master-ff
Alan Johnston 6 months ago committed by GitHub
parent e4f4edf7ef
commit 9ae578d0dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -107,7 +107,7 @@ def increment_mode():
print("/home/pi/CubeSatSim/config -" + mode)
if (debug_mode == False):
print("Changing mode now")
os.system("echo 'changing mode due to C2C!' | wall")
system("echo 'changing mode due to C2C!' | wall")
GPIO.setwarnings(False)
GPIO.output(txLed, 0)
GPIO.output(powerPin, 0)

Loading…
Cancel
Save

Powered by TurnKey Linux.