-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Board generic (platform esp8266, package esp8266) is unknown #1514
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
Comments
I had this error when I used a version Arduino IDE 1.6.7. In version 1.6.5 all good. |
may the same as #1377, #1387 https://github.com/esp8266/Arduino#installing-with-boards-manager |
HaD the same error. Intuitively did the same as Links2004 suggested. Works for me. |
On Mac OS X, the folder is located at |
Check out step 5 of this Instructable ... |
Link is Broken :( what was it? |
I was face same problem. I fix that problem |
i am using ARDUINO UNO and ESP8266 my board setting like this. board : generic esp8266 module Error compiling for board Generic ESP8285 Module. |
Thx! @borhanreo |
After boards update you need to restart IDE. |
sorted out. thank you |
Board nodemcuv2 (platform esp8266, package esp8266) is unknown Error compiling for board NodeMCU 1.0 (ESP-12E Module). |
Very important that there is NO other directory than the esp distro in the folder being discussed Arduino15\packages\esp8266\hardware\esp8266. Having even a hidden folder (.vscode) in there will generate the same compiler error. Hope this helps someone out.
|
A concise tutorial explaining the issue can be found here! |
i am using ARDUINO UNO and ESP8266 V1.
my board setting like this.
board : generic esp8266 module.
programmer : AVRISP mkII
while i upload my code then i get the error.
Board generic (platform esp8266, package esp8266) is unknown
Error compiling.
please help me
thanks in advance
The text was updated successfully, but these errors were encountered: