esp-rs/espup repo issues and pull requests
"wait usb download" in `cargo run --release` of espgenerate template? #542 [JasonKleban]
I'm fairly new to rust, native, embedded and esp32. I'm trying to flash an ~empty program (created by espgenerate)....
JasonKleban: Update - After adding --baud 9600 to the .cargo/config.toml runner script, my program runs as expected.
JasonKleban: Also, I should note that the whole tooling story for rust, embedded and esp32 seems SO MUCH more...