Comment out GPIO setup mode and warnings

Comment out GPIO setup lines for power management.
master-b-gpio
Alan Johnston 1 month ago committed by GitHub
parent 10147585a9
commit e7b66a1a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -227,8 +227,8 @@ powerPin = 16
command_tx = True
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
# GPIO.setmode(GPIO.BCM)
# GPIO.setwarnings(False)
setup(13, "up")
setup(12, "up")
setup(27, "up")

Loading…
Cancel
Save

Powered by TurnKey Linux.