Update dtmf_aprs_cc.py don't use counter

fc-sub
Alan Johnston 7 months ago committed by GitHub
parent 2dc441dd08
commit df04fea8c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -109,7 +109,8 @@ if __name__ == "__main__":
mode = 'o'
change_mode = True
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) 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)
GPIO.setwarnings(False)
GPIO.setup(powerPin, GPIO.OUT)

Loading…
Cancel
Save

Powered by TurnKey Linux.