[build] target = "xtensa-esp32-espidf" [target.xtensa-esp32-espidf] linker = "ldproxy" # runner = "espflash --monitor" # Select this runner for espflash v1.x.x runner = "espflash flash --monitor" # Select this runner for espflash v2.x.x [unstable] build-std = ["std", "panic_abort"] [env] # Note: these variables are not used when using pio builder (`cargo build --features pio`) ESP_IDF_VERSION = "release/v4.4"