Update transmit.py add txr to start_repeater

master-b-d
Alan Johnston 1 month ago committed by GitHub
parent a78d3a6198
commit 89bdf87859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -997,7 +997,7 @@ if __name__ == "__main__":
txr = "{:.3f}".format(tx_doppler_freq_hz/1000)
print(txr)
print("Carrier detected")
start_repeater()
start_repeater(txr)
while (input(squelch) == False):
sleep(1)
print("No carrier detected")

Loading…
Cancel
Save

Powered by TurnKey Linux.