-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Suggestion: Removing esp8266 when installing from github #6503
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 tried to install arduino-master.zip in IDE 1.8.10 for Windows and got the error that the chosen file has no correct libraries. Regardless whether the folder ~/Arduino15 exists or not. |
I have at the moment a superficial knowledge of the Arduino IDE inner "mechanisms", apology if this feedback is useless or if it should be reported elsewhere. Arduino 1.8.10: I lost a few hours with errors (even compiling the bare minimum sketch with empty setup() and loop() functions), both after following the instructions to install via boards manager and from git, until I came here and realized that I had some other core supporting esp8266 (which I had installed for other boards with which the IDE is doing fine). After moving away the folder hardware/SparkFunBoard_Addons_Jan_16/esp8266/ this core is apparently finally running fine (git install at the moment, just because I was trying out everything including having it under portable/ or not). Maybe the Arduino IDE boards manager could check, or check in some other manner, if support for the same hardware is being provided by more than one of the installed cores, before starting to compile anything, and possibly even provide the option to chose among them, or invite to remove all but one. |
@JazzTp, your best bet is to post your suggestion to the https://github.com/arduino/Arduino repo. There's nothing we can do here about the IDE itself. |
@earlephilhower, esp8266 boards vendors copy the esp8266 Arduino core because they can't refer it as they can refer for AVR or SAMD boards the cores by Arduino |
Yes, thank you, going to give it a try. |
Just an observation: when I uninstall esp8266 from an Arduino it stops working (quits on loading) until I erase the folder ~/Library/Application Support/Arduino15 in macOS.
Suggestion: instructions could be added on Readme too.
Cheers!
The text was updated successfully, but these errors were encountered: