Stupid mistakes...

Spotted by @lurch's eagle eyes as usual :)
This commit is contained in:
Dave Jones
2017-07-03 16:08:17 +01:00
parent 49d3bbc1da
commit d502dbc8e8

View File

@@ -4,7 +4,7 @@ from gpiozero.tools import all_values
from signal import pause
factory3 = PiGPIOFactory(host='192.168.1.3')
factory4 = PiGPIOFactory(host='192.168.1.3')
factory4 = PiGPIOFactory(host='192.168.1.4')
led = LED(17)
button_1 = Button(17, pin_factory=factory3)