-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
ESP-12E (nodeMCU) support? #310
Comments
Try this manual http://clemix.de/www/platformio |
Hello
|
Hi @grzegorzshub, Paste here source code which doesn't work with @platformio. Thanks. |
Hi Ivan
|
It looks like it is a Adafruit_NeoPixel library issue. #include <ESP8266WiFi.h> #define neoPin 14 //neopixel on nodeMCU pin D5 void setup() { pixels.begin(); void loop() {
|
Hi @grzegorzshub ! |
Hi Tested with PlatformIO version 2.4.0.dev0 and board = esp12e and still the same issue with neopixel.
|
@grzegorzshub you can force MCU speed manually via http://docs.platformio.org/en/latest/projectconf.html#board-f-cpu |
neopixel library works fine with board_f_cpu = 80000000L
|
Hi
Any chance for nodeMCU support please?
Thank you
The text was updated successfully, but these errors were encountered: