diff --git a/rust/.cargo/config.toml b/rust/.cargo/config.toml index 29aa76a..663ef03 100644 --- a/rust/.cargo/config.toml +++ b/rust/.cargo/config.toml @@ -4,6 +4,7 @@ target = "xtensa-esp32-espidf" [target.xtensa-esp32-espidf] linker = "ldproxy" #runner = "espflash flash --monitor --partition-table partitions.csv" # Select this runner for espflash v2.x.x +# runner = espflash erase-parts otadata runner = "espflash flash --monitor --baud 921600 --partition-table partitions.csv" # Select this runner for espflash v2.x.x #runner = "cargo runner" rustflags = [ "--cfg", "espidf_time64"] # Extending time_t for ESP IDF 5: https://github.com/esp-rs/rust/issues/110