ESP32S3_DEVKITC LED Strip Sample - RGB Pin # Wrong in Overlay #81893
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: ESP32
Espressif ESP32
priority: low
Low impact/importance bug
Describe the bug
In running the led_strip sample project on the Espressif ESP32S3_DEVKITC platform, I noticed that the defined pin for the RGB LED in the esp32s3_devkitc_procpu.overlay file should be
GPIO38
, notGPIO39
.So instead of
Line 42 should read
To Reproduce
Expected behavior
Impact
The example will not function properly without the pin being changed to
GPIO38
on the esp32s3_devkitc boards.Logs and console output
Environment (please complete the following information):
Discovered using the latest commit as of yesterday b1def71
Additional context
The text was updated successfully, but these errors were encountered: