From f78aab2f7feae886a7ca965bed289ee989ad1121 Mon Sep 17 00:00:00 2001 From: Georges Herber Date: Fri, 1 Apr 2016 23:26:59 +0200 Subject: [PATCH] correcting lirc gpio pins --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 285e858..d382e84 100644 --- a/README.txt +++ b/README.txt @@ -104,7 +104,7 @@ The remote command works with ssh, so install pidor's root pub key into `~pi/.ss ``` sudo-apt-get install lirc -sudo /bin/su -c "echo 'dtoverlay=lirc-rpi,gpio_out_pin=23,gpio_in_pin=22' >> /boot/config.txt" +sudo /bin/su -c "echo 'dtoverlay=lirc-rpi,gpio_out_pin=17,gpio_in_pin=21' >> /boot/config.txt" ```