Open
Description
Issue noted in https://forums.adafruit.com/viewtopic.php?t=211010 (wbeebe).
Espressif moved the RGB LED. Quoting from their doc:
Both the initial and v1.1 versions of ESP32-S3-DevKitC-1 are available on the market. The main difference lies in the GPIO assignment for the RGB LED: the initial version uses GPIO48, whereas v1.1 uses GPIO38.
Creating new board defs seems like a bit of a waste. I wonder if we should alias the pins to, say, board.NEOPIXEL_V10
and board.NEOPIXEL_V11
, or maybe just omit the name.