Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87ad78d

Browse filesBrowse files
authored
fix(bm): Board Manager install will fail on Windows (#10533)
* 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. * fix(package): EspTool for Mac is only ARM64 version cc: @lucasssvaz
1 parent 804ee12 commit 87ad78d
Copy full SHA for 87ad78d

File tree

1 file changed

+8
-1
lines changed
Filter options

1 file changed

+8
-1
lines changed

‎package/package_esp32_index.template.json

Copy file name to clipboardExpand all lines: package/package_esp32_index.template.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,19 @@
484484
"size": "45868720"
485485
},
486486
{
487-
"host": "x86_64-apple-darwin",
487+
"host": "arm64-apple-darwin",
488488
"url": "https://github.com/espressif/arduino-esp32/releases/download/3.1.0-RC1/esptool-v4.8.1-macos.tar.gz",
489489
"archiveFileName": "esptool-v4.8.1-macos.tar.gz",
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.