Skip to content

Commit 40d5688

Browse files
committed
fix(bm): Board Manager install will fail on Windows
On some Windows installations, Board Manager will fail to install the RC2 core, because it could not find esptool for the given OS.
1 parent 804ee12 commit 40d5688

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: package/package_esp32_index.template.json

+7
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,13 @@
490490
"checksum": "SHA-256:6e1fc5ea04490e849c925c48d5cee590164fcf9b9bd419a7b014c2fb48a13743",
491491
"size": "29828542"
492492
},
493+
{
494+
"host": "i686-mingw32",
495+
"url": "https://github.com/espressif/arduino-esp32/releases/download/3.1.0-RC1/esptool-v4.8.1-win64.zip",
496+
"archiveFileName": "esptool-v4.8.1-win64.zip",
497+
"checksum": "SHA-256:3e97fb990fdd721b923b478eaaa046967c7919dbc9cbd04c445307571177918a",
498+
"size": "33612728"
499+
},
493500
{
494501
"host": "x86_64-mingw32",
495502
"url": "https://github.com/espressif/arduino-esp32/releases/download/3.1.0-RC1/esptool-v4.8.1-win64.zip",

0 commit comments

Comments
 (0)