Skip to content

Commit 76a6990

Browse files
committed
fix(components/esp-serial-flasher): Fix UART flashing devkits with UART converter with ESP-Prog2
This commit fixes the flashing issue with ESP-Prog2 when using devkits UART converter. The issue was because pins used for UART were not able to sink enough current to pull the TX line low. This was fixed in esp-serial-flasher, so this commit updates the component to use the latest version.
1 parent f18744d commit 76a6990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## IDF Component Manager Manifest File
22
dependencies:
33
idf: ">=5.0"
4-
espressif/esp-serial-flasher: "^1"
4+
espressif/esp-serial-flasher: "^1.8"
55
espressif/tinyusb: "^0.17.0~1"

0 commit comments

Comments
 (0)