Update rpitx.py typo

sr-frs-rx-mode
Alan Johnston 2 years ago committed by GitHub
parent 123bc2697e
commit 9fad1ac330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ def increment_mode():
mode = 's'
elif (mode == 's'):
mode = 'm'
else
else:
mode = 'a'
try:
file = open("/home/pi/CubeSatSim/.mode", "w")

Loading…
Cancel
Save

Powered by TurnKey Linux.