When I try to compile any program for ESPDuino i get the following error. I completely uninstalled and reinstalled but can't determine what the issue is!
C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\cores\esp8266/Arduino.h:279:26: fatal error: pins_arduino.h: No such file or directory
#include "pins_arduino.h"
^
compilation terminated.
exit status 1
Error compiling for board ESPDuino (ESP-13 Module).
"Error compiling for board ESPDuino (ESP-13 Module)." is just a generic message you could get for a million reasons. As you can see from comparing the actual cause now is different from before.
Why are you using esp8266 2.0.0? The current stable version is 2.3.0
Hi, can you please provide more information? I'm glad your problem is solved but I'd like to look into what caused the issue so I can help other users who encounter this and if the issue is caused by a bug in the Arduino IDE then I can get the developers to look into fixing it.
What was the esp8266.com entry you had entered at File > Preferences > Additional Boards Manager URLs when you had the problem?