Update squelch_cc.py set squelch to 6

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 12bf7a2ba1
commit 047ee2e215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -164,6 +164,7 @@ def increment_mode():
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
squelch = 6
GPIO.setup(squelch, GPIO.IN, pull_up_down=GPIO.PUD_UP) ## pull up in case pin is not connected
while True:

Loading…
Cancel
Save

Powered by TurnKey Linux.