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)