jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
712 stars 360 forks source link

Does this project work with NodeMCU board? #254

Closed gschanuel closed 1 year ago

gschanuel commented 1 year ago

Hello there! I'm really new to platformIO but I want to start using it

I created a platformio_override.ini file with this content:

[env:nodemcuv2]
platform = espressif8266
framework = arduino
board = nodemcuv2
    ${common.build_flags_esp8266}
    -D PRODUCT_DEFAULT
    -D NUM_PIXELS=10
    -D PIXELS_ON_DATA_PIN_1=5

Then, on PlatformIO I get a Task folder called nodemcuv2 but when I try to build it I get Error: Unknown board ID 'nodemcuv2

What am I missing here?

Thanks in advance

ps.: also tried board = esp8266, board = esp12e

gschanuel commented 1 year ago

Just used the fastled_weserver__di_mini profile