From f269d2f888833e2570fc560925a79993f4c7e69f Mon Sep 17 00:00:00 2001 From: Jared Burce Date: Wed, 27 May 2026 02:03:21 -0700 Subject: [PATCH] Use espflash instead of probe-rs so we can use UART port only --- .cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 21dfa05..a04a164 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"