Update rpitx.py changed default rx back to 435

beta-v1.3.2
Alan Johnston 2 years ago committed by GitHub
parent 38a16ede6e
commit 5819ba8ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,7 +295,7 @@ if __name__ == "__main__":
rx = "{:.4f}".format(rxf) rx = "{:.4f}".format(rxf)
print(rx) print(rx)
else: else:
rx = '436.0000' rx = '435.0000'
print(config) print(config)
print print
# print(callsign) # print(callsign)

Loading…
Cancel
Save

Powered by TurnKey Linux.