I am not sure if this is the right area for this issue.
After a day of building and testing a project, I discovered ESP-Easy Plugin 038 NeoPixel (Basic) is not going to GPIO on my two different ESP32s3 boards.
it works find on two ESP32-C3 boards and a test ESP32-S2 dev board
I started to discover this while adding plugin-038 to my custom.h on a copy of ESP-Easy 20240414 code in VS Platform to build my own plugin which is another story for another day.
after wasting a bit of time, I then tested with a few different normal / climate release versions to get the same issue.
I did compile a small Arduino IDE test code called "ESP32-S3_BlinkRGB " which worked on all S3 broads, so appears not to be a hardware issue.
I didn't compile on VS to test.
I do understand the C3 and S3 are very different CPUs and code.
here are some links to the S3 and C3 boards i tested, with comments of what I found.
--------
ESP32-S3 boards ,
both these ESP32-S3 didn't work with ESP-Easy NeoPixel ,

both have onboards WS2812 work with "ESP32-S3_BlinkRGB"code .
ESP32-S3 Zero: ( there are two version of these ,
each has WS2812 on different GPIO
- https://www.waveshare.com/esp32-s3-zero.htm
- https://www.aliexpress.com/item/1005006485999236.html?
ESP32-s3 Super Mini
- https://www.aliexpress.com/item/1005006701955079.html?
----------
These C3 work fine,

ESP32-C3 Zero:
- https://www.waveshare.com/esp32-c3-zero.htm
- has single onboard WS2812 RGB LED , works find on this PCB
ESP32-C3 super mini:
- https://forum.arduino.cc/t/esp32-c3-sup ... ut/1189850
- https://www.aliexpress.us/item/3256805898923942.html?
Thank you