Update rpitx.py fix no_command

beta-sim
Alan Johnston 2 years ago committed by GitHub
parent 1ec3f23de8
commit bef17d3180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -303,8 +303,8 @@ if __name__ == "__main__":
if sq == '8': if sq == '8':
print("squelch set to 8, no command input!") print("squelch set to 8, no command input!")
no_command = True no_command = True
else: # else:
no_command = False # no_command = False
print(no_command) print(no_command)
except: except:
callsign = "AMSAT" callsign = "AMSAT"

Loading…
Cancel
Save

Powered by TurnKey Linux.