Skip to content

Commit 86040af

Browse files
me-no-devJason2866
andauthored
add LittleFS part ID (#9340)
* add LittleFS part ID * Push binary to tools --------- Co-authored-by: Jason2866 <[email protected]>
1 parent 6304aaf commit 86040af

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tools/gen_esp32part.exe

2.47 MB
Binary file not shown.

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)