From bce85c99f4688d48e185645cd2ed2bae3feed19d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 16 Jan 2026 22:22:49 -0500 Subject: [PATCH] Update dtmf_aprs_cc.py print counter --- dtmf_aprs_cc.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index 9a7b25c2..537fa922 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -108,7 +108,10 @@ if __name__ == "__main__": system("echo '\nBeacon Mode toggle!!\n'") mode = 'o' change_mode = True - + print(" ") + print("Counter: ") + print(counter) + print(" ") if (debug_mode == False) and (change_mode == True) and (counter == 1): # skip every other APRS command since Direwolf prints them twice ## if (debug_mode == False) and (change_mode == True): # skip every other APRS command since Direwolf prints them twice GPIO.setmode(GPIO.BCM)