correcting lirc gpio pins

master
Georges Herber 2016-04-01 23:26:59 +02:00
parent 06f9ca0f7b
commit f78aab2f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```