itpdp/esp32/.cargo/config.toml
2026-05-11 17:01:04 +02:00

9 lines
137 B
TOML

[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"
[build]
target = "xtensa-esp32-none-elf"
[env]
DEFMT_LOG = "debug"