Update rpitx.py changed squelch to sq

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

@ -253,12 +253,12 @@ if __name__ == "__main__":
# callsign = file.readline().split(" ")[0] # callsign = file.readline().split(" ")[0]
config = file.readline().split() config = file.readline().split()
callsign = config[0] callsign = config[0]
squelch = config[5] sq = config[5]
print(config) print(config)
print print
# print(callsign) # print(callsign)
print(squelch) print(sq)
if squelch == 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:

Loading…
Cancel
Save

Powered by TurnKey Linux.