I purchased a WeMos ESP8266 board and am trying to compile my sketch, but am getting this error:
Multiple libraries were found for "FastLED.h"
Used: /Users/BD1USA/Documents/Arduino/libraries/FastLED
fork/exec /Users/BD1USA/Library/Arduino15/packages/esp8266/tools/python3/3.7.2-post1/python3: no such file or directory
Error compiling for board NodeMCU 0.9 (ESP-12 Module).
I added the board thru PREFERENCES > Additional Board URL
then added the board with BOARD MANAGER and didn't run into any problems.
When I use my Arduino Leonardo, I can compile just fine using the IDE.
But am still getting the error above.
Any ideas? What am I missing?
Thanks!