We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daa968 commit c7f6630Copy full SHA for c7f6630
CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
20
### Fixed
21
- Warnings about directory name mismatches are now based on proper comparison of strings
22
+- Now using the recommended "stable" URL for the `esp32` board family
23
24
### Security
25
misc/default.yml
@@ -16,7 +16,7 @@ packages:
16
adafruit:samd:
17
url: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
18
esp32:esp32:
- url: https://dl.espressif.com/dl/package_esp32_index.json
+ url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
platforms:
0 commit comments