Skip to content

Commit 337e179

Browse files
authored
Update tasmota-esp-web-tools version in index.html
1 parent a67242c commit 337e179

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</style>
4141
<script
4242
type="module"
43-
src="https://unpkg.com/[email protected].11/dist/web/install-button.js?module"
43+
src="https://unpkg.com/[email protected].14/dist/web/install-button.js?module"
4444
></script>
4545
<!-- <script type="module">import * as Module from "./js/tasmota_gh_helper.js"</script> -->
4646
<script>
@@ -53,7 +53,10 @@
5353
{ "chipFamily": "ESP32","parts": [{ "path": "", "offset": 0 }]},
5454
{ "chipFamily": "ESP32-C2","parts": [{ "path": "", "offset": 0 }]},
5555
{ "chipFamily": "ESP32-C3","parts": [{ "path": "", "offset": 0 }]},
56+
{ "chipFamily": "ESP32-C5","parts": [{ "path": "", "offset": 0 }]},
5657
{ "chipFamily": "ESP32-C6","parts": [{ "path": "", "offset": 0 }]},
58+
{ "chipFamily": "ESP32-C61","parts": [{ "path": "", "offset": 0 }]},
59+
{ "chipFamily": "ESP32-P4","parts": [{ "path": "", "offset": 0 }]},
5760
{ "chipFamily": "ESP32-S2","parts": [{ "path": "", "offset": 0 }]},
5861
{ "chipFamily": "ESP32-S3","parts": [{ "path": "", "offset": 0 }]},
5962
{ "chipFamily": "ESP8266","parts": [{ "path": "", "offset": 0 }]}

0 commit comments

Comments
 (0)