Skip to content

Commit 8980739

Browse files
authored
1 parent a870cee commit 8980739

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

esp32_firmware_reader.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@
1818

1919
PART_SUBTYPES_DATA = {
2020
0x00: "OTA",
21-
0x01: "RF",
22-
0x02: "WIFI",
23-
0x04: "NVS"
21+
0x01: "PHY",
22+
0x02: "NVS",
23+
0x03: "COREDUMP",
24+
0x04: "NVS KEYS",
25+
0x05: "EFUSE",
26+
0x06: "UNDEFINED",
27+
0x80: "ESPHTTPD",
28+
0x81: "FAT",
29+
0x82: "SPIFFS"
2430
}
2531

2632
def print_verbose(verbose, value):

0 commit comments

Comments
 (0)