pub async fn built_esp32_binary_path(
project: &Project,
profile: &str,
) -> Result<PathBuf>Expand description
Resolve the built ESP32 firmware ELF path for the given profile.
ยงErrors
Returns an error if neither the canonical nor underscored firmware binary can be found.