Skip to main content

package_esp32

Function package_esp32 

Source
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.