Just happened to notice a warning scroll by while compiling the most recent source.
It was complaining about:
clockless_rmt_esp32.cpp:318:10: warning: unused variable ‘stuff_to_do’
Did a little search in the FastLED github and that was cleaned up sometime back in January.
Certainly looks like a benign warning, I’m just wondering if something has changed and we’re inadvertently referencing an older version of FastLED or we’re using the older version on purpose?