mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
feat(partition_table): Support recovery bootloader subtype
This commit is contained in:
committed by
BOT
parent
1689c7e14f
commit
52f14f344d
@@ -80,6 +80,7 @@ const char *esp_partition_subtype_to_str(const uint32_t type, const uint32_t sub
|
||||
switch (subtype) {
|
||||
case PART_SUBTYPE_BOOTLOADER_PRIMARY: return "primary";
|
||||
case PART_SUBTYPE_BOOTLOADER_OTA: return "ota";
|
||||
case PART_SUBTYPE_BOOTLOADER_RECOVERY: return "recovery";
|
||||
default: return "unknown";
|
||||
}
|
||||
case PART_TYPE_PARTITION_TABLE:
|
||||
|
||||
Reference in New Issue
Block a user