From 23e1ace454fd782b8a2204b2ba34e3285e98823d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 17 Jan 2026 10:34:49 -0500 Subject: [PATCH] Update dtmf_aprs_cc.py typo --- dtmf_aprs_cc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index 7257b217..cfa58788 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -92,7 +92,7 @@ if __name__ == "__main__": change_mode = True if ((line.find("MODE=o")) > 0): counter = (counter + 1) % 2 # Direwolf prints it twice, only do once - ir (counter == 1): + if (counter == 1): system("echo '\nBeacon Mode toggle!!\n'") mode = 'o' change_mode = True