9 lines
137 B
TOML
9 lines
137 B
TOML
|
|
[target.xtensa-esp32-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
|
|
[build]
|
|
target = "xtensa-esp32-none-elf"
|
|
|
|
[env]
|
|
DEFMT_LOG = "debug"
|