We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaff1d6 commit 3dea6e1Copy full SHA for 3dea6e1
examples/mcu-board-support/m5stack_cores3.rs
@@ -6,24 +6,7 @@ fn panic(info: &core::panic::PanicInfo) -> ! {
6
esp_println::println!("Panic: {:?}", info);
7
loop {}
8
}
9
-esp_bootloader_esp_idf::esp_app_desc!(
10
- // Version
11
- "1.0.0",
12
- // Project name
13
- "slint-m5stack_cores3",
14
- // Build time
15
- "12:00:00",
16
- // Build date
17
- "2025-01-01",
18
- // ESP-IDF version
19
- "4.4",
20
- // MMU page size
21
- 8 * 1024,
22
- // Minimal eFuse block revision supported by image. Format: major * 100 + minor
23
- 0,
24
- // Maximum eFuse block revision supported by image. Format: major * 100 + minor
25
- u16::MAX
26
-);
+esp_bootloader_esp_idf::esp_app_desc!();
27
28
use alloc::boxed::Box;
29
use alloc::rc::Rc;
0 commit comments