From d502dbc8e8cd6d95fb43337f0c68caed095cba05 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Mon, 3 Jul 2017 16:08:17 +0100 Subject: [PATCH] Stupid mistakes... Spotted by @lurch's eagle eyes as usual :) --- docs/examples/led_button_remote_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/led_button_remote_2.py b/docs/examples/led_button_remote_2.py index dfe60b8..364ce4e 100644 --- a/docs/examples/led_button_remote_2.py +++ b/docs/examples/led_button_remote_2.py @@ -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)