Skip to content

Commit c169435

Browse files
authored
add LittleFS part ID
1 parent 5bcaf99 commit c169435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gen_esp32part.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def get_ptype_as_int(ptype):
7171
'esphttpd': 0x80,
7272
'fat': 0x81,
7373
'spiffs': 0x82,
74+
'littlefs': 0x83,
7475
},
7576
}
7677

0 commit comments

Comments
 (0)