Xinyuan-LilyGO / T-Display-S3

MIT License
779 stars 193 forks source link

Fix openocd settings to use ESP builtin JTAG #235

Closed hmagarotto closed 6 months ago

hmagarotto commented 6 months ago

Resolves #234

lewisxhe commented 6 months ago

The default has been changed to esptool, thank you

hmagarotto commented 6 months ago

@lewisxhe , thanks for the fix!

Even though the default is esptool, the JTAG is an option:

; Use this when burning with USB CDC
upload_protocol = esptool

; When using ESP32-USB-JTAG debugging
; upload_protocol = esp-builtin

I think this PR could be important so that it works properly for those who remove the comment to use JTAG