Howdy everyone! I've been enjoying the Arduino plugin for a while, but recently got a NodeMCU board, so I updated to the beta and followed the instructions, installed the ESP8266 Community version 2.7.4. Then when compiling I get the following error. It seems like its not redirecting to the folder that has io.h in it.
Build options changed, rebuilding all
C:\Program Files (x86)\Arduino\libraries\SoftPWM\SoftPWM.cpp:26:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
Did some google searching, but didn't really find a thread to follow. Any pointers would be greatly appreciated!
Build options changed, rebuilding all
C:\Program Files (x86)\Arduino\libraries\SoftPWM\SoftPWM.cpp:26:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
Did some google searching, but didn't really find a thread to follow. Any pointers would be greatly appreciated!
Comment