@@ -39,6 +39,7 @@ class FakeGPIO(object):
try:
import RPi.GPIO as gpio
+ gpio.setmode(gpio.BCM)
except:
# print("Using FakeGPIO because RPi.GPIO was not found")
gpio = FakeGPIO()