Minimal project boilerplate for running async rust programs with tokio on an ESP32.
- Make sure you have all the tools and dependencies mentioned in The Rust on ESP Book for std development on your required target.
- Make sure the correct target for your ESP is uncommented in the
.cargo/config.toml
andrust-toolchain.toml
files. - Run
cargo run
and have fun!
Based on esp-rs/esp-idf-template