Update platformio/espressif32 to v6.12.0#7697
Merged
thebentern merged 1 commit intoDec 9, 2025
Merged
Conversation
0b3fc10 to
c3b98b5
Compare
c3b98b5 to
57b9da5
Compare
1 task
57b9da5 to
cd0d20f
Compare
cd0d20f to
8102be9
Compare
|
This PR would resolve the "ESP32S3 does not reset after flashing over USB" problem many users have experienced when flashing with PlatformIO. An upstream feature in esptool.py automatically detects when it is appropriate to use watchdog reset instead of hardware reset line. |
8102be9 to
82ed096
Compare
|
Please don't forget this PR exists. |
Contributor
|
platformio/espressif32 v6.12.0 has been out for a while now, this would really improve usability for devs (auto reset after upload for native USB CDC) |
82ed096 to
ce2b77d
Compare
scobert969
pushed a commit
to zeropt/meshtastic-firmware
that referenced
this pull request
Dec 22, 2025
jeek
pushed a commit
to jeek/Meshtastic-Exploiteers-Hacker-Pager
that referenced
this pull request
Jun 30, 2026
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.
Closes #7809
Update platformio/espressif32 to v6.12.0
https://github.com/platformio/platform-espressif32/releases/tag/v6.12.0
Also adds the
intelhexdependency if needed to workaround a PlatformIO bug with fetching this automatically.See: platformio/platform-espressif32#1632