You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The app descriptor is not present in the `esp-hal` based project.\n\
819
-
You need to add the https://crates.io/crates/esp-bootloader-esp-idf \
820
-
to your project."
818
+
"ESP-IDF App Descriptor (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/app_image_format.html#application-description) missing in your`esp-hal` application.\n
819
+
You may need to add the `esp_bootloader_esp_idf::esp_app_desc!()` macro to your application, see https://docs.espressif.com/projects/rust/esp-bootloader-esp-idf/latest for more information."
821
820
.to_string(),
822
821
))
823
822
.into_diagnostic();
824
823
}else{
825
824
returnErr(Error::AppDescriptorNotPresent(
826
-
"The app descriptor is not present in the `esp-idf` based project.".to_string(),
825
+
"ESP-IDF App Descriptor (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/app_image_format.html#application-description) missing in your`esp-idf` application.".to_string(),
0 commit comments