Update transmit.py don't turn off C2C if squelch is 8

fc-c2c
Alan Johnston 6 months ago committed by GitHub
parent 29b823f5ee
commit c38c3e6dcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.