From 5819ba8ab210d1480a53934dc96fc1c039db0177 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 18 Dec 2023 08:41:26 -0500 Subject: [PATCH] Update rpitx.py changed default rx back to 435 --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index e1357465..fd6d9795 100644 --- a/rpitx.py +++ b/rpitx.py @@ -295,7 +295,7 @@ if __name__ == "__main__": rx = "{:.4f}".format(rxf) print(rx) else: - rx = '436.0000' + rx = '435.0000' print(config) print # print(callsign)