Update transmit.py set rx sq to 0 for pacsat

818
Alan Johnston 1 year ago committed by GitHub
parent 0c453e2772
commit ff9a267eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -285,6 +285,8 @@ if __name__ == "__main__":
callsign = config[0]
if len(config) > 5:
sq = config[5]
if (mode == 'p') or (mode == 'P'):
sq = 0 # turn off squelch for Pacsat
print(sq)
if len(config) > 6:
txf = float(config[6])

Loading…
Cancel
Save

Powered by TurnKey Linux.