mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
feat(partition_table): Support recovery bootloader subtype
This commit is contained in:

committed by
BOT

parent
1689c7e14f
commit
52f14f344d
@@ -32,6 +32,7 @@ extern "C" {
|
||||
#define PART_TYPE_BOOTLOADER 0x02
|
||||
#define PART_SUBTYPE_BOOTLOADER_PRIMARY 0x00
|
||||
#define PART_SUBTYPE_BOOTLOADER_OTA 0x01
|
||||
#define PART_SUBTYPE_BOOTLOADER_RECOVERY 0x02
|
||||
|
||||
#define PART_TYPE_PARTITION_TABLE 0x03
|
||||
#define PART_SUBTYPE_PARTITION_TABLE_PRIMARY 0x00
|
||||
|
Reference in New Issue
Block a user