pub async fn package_esp32(
project: &Project,
options: PackageOptions,
) -> Result<Artifact>Expand description
Package the built firmware as a flashable merged image.
ยงErrors
Returns an error when the built ELF is missing or image merging fails.