cargo: config: remove --chip from espflash command

This commit is contained in:
2026-01-27 16:55:54 +01:00
parent a0ece1696f
commit 75c544c461

View File

@@ -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"