From 75c544c46179b2dc006d66c52769dd8b9db8a139 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Tue, 27 Jan 2026 16:55:54 +0100 Subject: [PATCH] cargo: config: remove --chip from espflash command --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 17c9443..4567319 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [target.xtensa-esp32s3-none-elf] -runner = "espflash flash --monitor --chip esp32s3 --partition-table ./partitions.csv" +runner = "espflash flash --monitor --partition-table ./partitions.csv" [env] ESP_LOG="info"