Skip to content

Commit

Permalink
samples: led_strip: Adding QT Py ESP32-S3 support.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
raveious committed Nov 25, 2024
1 parent f525f46 commit 251bd41
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_GPIO=y
CONFIG_GPIO_HOGS=y

0 comments on commit 251bd41

Please sign in to comment.