Fix esp-web-tools CDN URL (espressif.github.io returned 404)
Switch to unpkg.com/esp-web-tools@10.2.1 which resolves correctly. The old espressif.github.io/esp-web-tools path no longer exists, causing the firmware flashing component to silently fail to load. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2c8f8a89e6
commit
f6cbfe2aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -3595,7 +3595,7 @@
|
|||
<!-- Main application -->
|
||||
<script src="js/app.js"></script>
|
||||
<!-- esp-web-tools for firmware flashing (Web Serial) -->
|
||||
<script type="module" src="https://espressif.github.io/esp-web-tools/dist/web/install-button.js"></script>
|
||||
<script type="module" src="https://unpkg.com/esp-web-tools@10.2.1/dist/install-button.js"></script>
|
||||
<!-- Onboarding wizard -->
|
||||
<script src="js/onboard.js"></script>
|
||||
<!-- OTA firmware management -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue