Update transmit.py remove extra cw id repeater

master-bf-pre
Alan Johnston 2 days ago committed by GitHub
parent 41c0b867b3
commit 2318f5c950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1499,10 +1499,10 @@ if __name__ == "__main__":
print("Beacon mode off so no repeater transmission") print("Beacon mode off so no repeater transmission")
print("Ready to detect carrier") print("Ready to detect carrier")
if (doppler_mode): # if (doppler_mode):
update_doppler() # update_doppler()
txr = "{:.3f}".format(tx_doppler_freq_hz/1e6) # txr = "{:.3f}".format(tx_doppler_freq_hz/1e6)
cw_transmit_fm(callsign + status, txr) # cw_transmit_fm(callsign + status, txr)
start_time = time.perf_counter() start_time = time.perf_counter()
while True: while True:

Loading…
Cancel
Save

Powered by TurnKey Linux.