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:
parent
6f7bbf7239
commit
7cb1861a1f
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
CONFIG_GPIO=y
|
||||
CONFIG_GPIO_HOGS=y
|
||||
Loading…
Reference in a new issue