This is the minimal PlatformIO repro for FastLED issue 2360: including
FastLED.h before IRremote.hpp on ESP32-S3 used to make unqualified
delay(unsigned long) calls in IRremote ambiguous.
Run from this directory:
pio run -e esp32s3platformio.ini points FastLED at the repository under test with:
symlink://../../To reproduce the original failure, change that line to:
https://github.com/FastLED/FastLED.git#a843234or run:
pio run -c platformio-a843234.ini -e esp32s3