Use espflash instead of probe-rs so we can use UART port only
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
[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]
|
||||
DEFMT_LOG="info"
|
||||
|
||||
Reference in New Issue
Block a user