mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 17:58:36 -07:00
ESP Flasher dual boot
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
#define ESP_ADDR_PART 0x8000
|
||||
#define ESP_ADDR_NVS 0x9000
|
||||
#define ESP_ADDR_BOOT_APP0 0xE000
|
||||
#define ESP_ADDR_APP 0x10000
|
||||
#define ESP_ADDR_APP_A 0x10000
|
||||
#define ESP_ADDR_APP_B 0x150000
|
||||
|
||||
#define ESP_ADDR_OTADATA_OFFSET_APP_A 0x0
|
||||
#define ESP_ADDR_OTADATA_OFFSET_APP_B 0x1000
|
||||
|
||||
void esp_flasher_worker_start_thread(EspFlasherApp* app);
|
||||
void esp_flasher_worker_stop_thread(EspFlasherApp* app);
|
||||
|
||||
Reference in New Issue
Block a user