samples: led_strip: Adding QT Py ESP32-S3 support.

The Adafruit QT Py ESP32-S3 needs to have GPIO hogs enabled in order to
use the onboard RBG LED with the led_strip sample code.

Signed-off-by: Ian Wakely <raveious.irw@gmail.com>
This commit is contained in:
Ian Wakely 2024-11-25 05:18:23 -05:00 committed by Benjamin Cabé
parent 6f7bbf7239
commit 7cb1861a1f

View file

@ -0,0 +1,2 @@
CONFIG_GPIO=y
CONFIG_GPIO_HOGS=y