Update dtmf_aprs_cc.py don't stop CubeSatSim

pull/329/head
Alan Johnston 1 year ago committed by GitHub
parent 0a2915ea79
commit 749747b00d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -172,7 +172,7 @@ if __name__ == "__main__":
GPIO.output(txLed, 0)
GPIO.output(powerPin, 0)
system("sudo systemctl stop rpitx")
system("sudo systemctl stop cubesatsim")
# system("sudo systemctl stop cubesatsim")
print("\n/home/pi/CubeSatSim/config -" + mode)
system("/home/pi/CubeSatSim/config -" + mode)

Loading…
Cancel
Save

Powered by TurnKey Linux.