Update aprs_in.py fix gpio settings

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

@ -43,6 +43,8 @@ if __name__ == "__main__":
if (debug_mode == False) and (change_mode == True):
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
GPIO.setup(powerPin, GPIO.OUT)
GPIO.setup(txLed, GPIO.OUT)
GPIO.output(txLed, 0)
GPIO.output(powerPin, 0)
system("sudo systemctl stop rpitx")

Loading…
Cancel
Save

Powered by TurnKey Linux.