Update rpitx.py turn off command if squelch is 8

beta-v1.3.1-python-sq-off
Alan Johnston 2 years ago committed by GitHub
parent 583f19f8b7
commit f5d2302bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.