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"