Skip to content

Commit

Permalink
Update config.txt to replace lirc-rpi with gpio-ir (RPi-Distro#328)
Browse files Browse the repository at this point in the history
The example for enabling IR transmission in `/boot/config.txt` is still using the deprecated `lirc-rpi` overlay. 
The documentation in `/boot/overlays/README` indicates that this overlay has been deprecated in favor of `gpio-ir` / `gpio-ir-tx`.

This updates the actual config.txt to suggest `gpio-ir` instead of `lirc-rpi`.
  • Loading branch information
fpicalausa authored and XECDesign committed Sep 23, 2019
1 parent d84269d commit 681af19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stage1/00-boot-files/files/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18

# Additional overlays and parameters are documented /boot/overlays/README

Expand Down

0 comments on commit 681af19

Please sign in to comment.