Closed
Description
I did a quick trial run in probe-rs to see what needs to be touched if an update comes along. Unfortunately, I wasn't successful in building espflash: crate::targets
imports from connection
and flasher
unconditionally, but those modules are not available when serialport
is not set.
What I tried:
espflash = { git = "https://github.com/esp-rs/espflash.git", default-features = false }