kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266
MIT License
1.58k stars 343 forks source link

1.4.3 Update breaks ESP8266/ESP32 compiling with Arduino IDE #354

Closed ESurge closed 2 months ago

ESurge commented 2 months ago

The 1.4.3 update breaks ESP32 and ESP8266 compiling when using Arduino IDE. Error log attached

How to reproduce:

Workaround is to go back to 1.4.2 and compile.

Side fix: Reverting changes regarding (uint8_t) within some max() functions in modes.cpp, and modes_funcs.cpp allows compilation.

moose4lord commented 2 months ago

Thanks for catching this. I should have done more testing with the ESP tool chain. Working on a fix that should be released soon.

moose4lord commented 2 months ago

I've released v1.4.4 to fix this issue. Let me know if you find any more dumb mistakes. :)

ESurge commented 2 months ago

This is fixed with 1.4.4

Thanks for the quick response!