Update esp-web-tools from 8.0.3 to the floating 10 tag - #114
Open
balloob wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018kfrZXtvjTzUL1gGTHGhVw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The installer on clockwise.page loads
esp-web-tools@8.0.3via_includes/head-custom.html. This switches it to the floating@10tag so the page follows the current major (10.4.0 today) and picks up patch releases automatically.Since v8 the flashing stack was rebuilt on esptool-js, which is what brought support for the newer ESP32 variants (C2/C5/C6/C61/H2/P4). The Improv Wi-Fi flow was reworked in 10.3.0: the network picker keeps scanning while the form is shown and merges results, each network shows signal strength, RSSI and whether it is secured, the strongest one is preselected, a device reporting the Improv stopped state now says so instead of showing a form that cannot succeed, and Firefox is recognized as a supported WebSerial browser. 10.4.0 fixes a scan race and default-selection bug in that picker.
Since this is a jump across two majors, worth flashing one board from the page before merging.