Hi,
I just Updated Boardinformation and some Libraries to newest Builts and now i get:
`In file included from C:UsersMatzeBAppDataLocalTemparduino_build_119662sketchWS2812FX.h:42:0,
from C:\Users\MatzeB\AppData\Local\Temp\arduino_build_119662\sketch\WS2812FX.cpp:42:
NpbWrapper.h:27: error: 'NeoEsp8266Uart800KbpsMethod' was not declared in this scope
#define PIXELMETHOD NeoEsp8266Uart800KbpsMethod
`
Whats wrong here?
Changed #define PIXELMETHOD NeoEsp8266Uart800KbpsMethod to #define PIXELMETHOD NeoEsp8266Uart1800KbpsMethod
and it works again. Seen on Discord
I'll reopen this for now so other users can find the fix more easily until I release the next version.
Most helpful comment
Changed #define PIXELMETHOD NeoEsp8266Uart800KbpsMethod to #define PIXELMETHOD NeoEsp8266Uart1800KbpsMethod
and it works again. Seen on Discord