From a43f47172fc5f63157b089ff905bbad1716b3f6c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 12 Nov 2023 10:13:55 -0500 Subject: [PATCH] Update rpitx.py changed squelch to sq --- rpitx.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpitx.py b/rpitx.py index 2fb3409d..23a81467 100644 --- a/rpitx.py +++ b/rpitx.py @@ -253,12 +253,12 @@ if __name__ == "__main__": # callsign = file.readline().split(" ")[0] config = file.readline().split() callsign = config[0] - squelch = config[5] + sq = config[5] print(config) print # print(callsign) - print(squelch) - if squelch == 8: + print(sq) + if sq == 8: print("squelch set to 8, no command input!") no_command = True else: