-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error, missing file #include <NeoPixelBus.h> #6
Comments
As with all libraries you'll have to install the NeoPixelBus library using the IDE Library Manager. |
That's what was missing. Thanks you. sonoff 4CH is working fine on v3.1.3 I guess, I'll wait till you get your 4CH. |
Another solution: Use PlatformIO, which will install libraries and set correct settings on it's own. https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisite |
Hi,
I'm testing your latest code on sonoff devices. I'm getting the following error when verifying the code.
C:\Users\GuyPERERA\Documents\Arduino\Sonoff-Tasmota-master\sonoff\xdrv_ws2812.ino:31:25: fatal error: NeoPixelBus.h: No such file or directory
#include <NeoPixelBus.h>
Can you please give me a possible solution. Thanks.
The text was updated successfully, but these errors were encountered: