Skip to content

Commit 728d0dd

Browse files
AlexxdalAlessandro D'Alterio
andauthored
Update esptool-js to version 0.5.6 to support ESP32C5 (#661)
Co-authored-by: Alessandro D'Alterio <alessandro.dalterio@teoresigroup.com>
1 parent 48144aa commit 728d0dd

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ <h3 id="manifest">Creating your manifest</h3>
474474
install. It allows specifying different builds for the different types
475475
of ESP devices. Current supported chip families are
476476
<code>ESP8266</code>, <code>ESP32</code>, <code>ESP32-C2</code>,
477-
<code>ESP32-C3</code>, <code>ESP32-C6</code>, <code>ESP32-H2</code>,
477+
<code>ESP32-C3</code>, <code>ESP32-C5</code>, <code>ESP32-C6</code>, <code>ESP32-H2</code>,
478478
<code>ESP32-S2</code> and <code>ESP32-S3</code>. The correct build will
479479
be automatically selected based on the type of the connected ESP device.
480480
</p>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@material/web": "^2.2.0",
28-
"esptool-js": "^0.5.3",
28+
"esptool-js": "^0.5.6",
2929
"improv-wifi-serial-sdk": "^2.5.0",
3030
"lit": "^3.2.1",
3131
"pako": "^2.1.0",

src/const.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export interface Build {
99
| "ESP32"
1010
| "ESP32-C2"
1111
| "ESP32-C3"
12+
| "ESP32-C5"
1213
| "ESP32-C6"
1314
| "ESP32-H2"
1415
| "ESP32-S2"

0 commit comments

Comments
 (0)