Use espflash instead of probe-rs so we can use UART port only

This commit is contained in:
2026-05-27 02:03:21 -07:00
parent 5cba1d930d
commit f269d2f888
+2 -1
View File
@@ -1,5 +1,6 @@
[target.xtensa-esp32s3-none-elf] [target.xtensa-esp32s3-none-elf]
runner = "probe-rs run --chip=esp32s3 --preverify --always-print-stacktrace --no-location --catch-hardfault" #runner = "probe-rs run --chip=esp32s3 --preverify --always-print-stacktrace --no-location --catch-hardfault"
runner = "espflash flash --monitor"
[env] [env]
DEFMT_LOG="info" DEFMT_LOG="info"