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]
config = file.readline().split()
callsign = config[0]
squelch = config[5]
sq = config[5]
print(config)
print
# print(callsign)
print(squelch)
if squelch == 8:
print(sq)
if sq == 8:
print("squelch set to 8, no command input!")
no_command = True
else:

Loading…
Cancel
Save

Powered by TurnKey Linux.