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:
jedarden 2026-04-15 10:13:32 -04:00
parent 2c8f8a89e6
commit f6cbfe2aaa

View file

@ -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 -->