Update transmit.py fix AO-73 doppler

master-bh
Alan Johnston 10 hours ago committed by GitHub
parent 2c226e0c8d
commit 609fd96e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -576,8 +576,8 @@ def update_doppler(fm="yes"):
rx_center = 435250000
print("AO-91 detected!")
elif (tx_frequency > 145965000) and (tx_frequency < 145975000):
tx_center = 145970000 # AO-73 center is shifted up 10kHz to avoid overlap with AO-91
rx_center = 435150000
tx_center = 145960000 # AO-73 detection is shifted up 10kHz to avoid overlap with AO-91
rx_center = 435140000
print("AO-73 detected!")
elif (tx_frequency > 145795000) and (tx_frequency < 145805000):
tx_center = 145800000 # ISS U/V Repeater

Loading…
Cancel
Save

Powered by TurnKey Linux.