Skip to content

Commit c7f6630

Browse files
committed
Fix esp32 board manager URL
1 parent 7daa968 commit c7f6630

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919

2020
### Fixed
2121
- 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
2223

2324
### Security
2425

misc/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages:
1616
adafruit:samd:
1717
url: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
1818
esp32:esp32:
19-
url: https://dl.espressif.com/dl/package_esp32_index.json
19+
url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
2020

2121
platforms:
2222

0 commit comments

Comments
 (0)