added esp bootload

This commit is contained in:
2025-07-24 17:37:59 +02:00
parent 43e964b5a0
commit 2e6094ea11
3 changed files with 201 additions and 3 deletions

View File

@@ -31,6 +31,8 @@ fn panic(_: &core::panic::PanicInfo) -> ! {
extern crate alloc;
esp_bootloader_esp_idf::esp_app_desc!();
#[esp_hal_embassy::main]
async fn main(spawner: Spawner) {
// ------------------- init ---------------------------