Skip to content

Commit c245ca5

Browse files
Jason2866me-no-dev
authored andcommitted
add LittleFS part ID
1 parent 6304aaf commit c245ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)