Update rpitx.py don't immediately transmit APRS in -n

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent cc5ff2541c
commit 704a8e840a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -437,7 +437,8 @@ if __name__ == "__main__":
print("Transmit APRS Commands") print("Transmit APRS Commands")
# while True: # while True:
# sleep(0.1) # sleep(0.1)
system("touch /home/pi/CubeSatSim/ready") if (mode != 'n'):
system("touch /home/pi/CubeSatSim/ready")
while True: while True:
try: try:

Loading…
Cancel
Save

Powered by TurnKey Linux.