esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
372 stars 43 forks source link

💬 use espflash 2 api in command #183

Closed Vollbrecht closed 4 months ago

Vollbrecht commented 4 months ago

Yeah using cargo run might be a good addition here, though i still would like to mention the 3 commands afterwards, as i think its a good place to teach them. For example it teaches passivly where you can find your compiled .elf and how to use the monitor standalone. Though the monitor command probably should also optionally include the path to the elf so we teach about the backtrace decoder.