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,10 +316,10 @@ if __name__ == "__main__":
print print
# print(callsign) # print(callsign)
print(sq) print(sq)
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:

Loading…
Cancel
Save

Powered by TurnKey Linux.