We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I discovered that Arduino IDE 1.8.13 does not load the board manager file for ESP boards at https://dl.espressif.com/dl/package_esp32_index.json. After adding the URL in to Additional Board Manager URLs in Preferences and accessing the Board Manager dialog the system throws an error (appearing in the black error panel) "Error downloading https://dl.espressif.com/dl/package_esp32_index.json"
Performing the same test in 1.8.12, the board manager json file is loaded without error and ESP support libraries appear in the list.
The text was updated successfully, but these errors were encountered:
I had the same problem with https://arduino.esp8266.com/stable/package_esp8266com_index.json. I got it fixed by changing https->http (-> http://arduino.esp8266.com/stable/package_esp8266com_index.json).
Looks that arduino IDE has trouble with SSL-urls
Sorry, something went wrong.
No branches or pull requests
I discovered that Arduino IDE 1.8.13 does not load the board manager file for ESP boards at https://dl.espressif.com/dl/package_esp32_index.json. After adding the URL in to Additional Board Manager URLs in Preferences and accessing the Board Manager dialog the system throws an error (appearing in the black error panel) "Error downloading https://dl.espressif.com/dl/package_esp32_index.json"
Performing the same test in 1.8.12, the board manager json file is loaded without error and ESP support libraries appear in the list.
The text was updated successfully, but these errors were encountered: