add LittleFS part ID (#9340)
* add LittleFS part ID * Push binary to tools --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
This commit is contained in:
parent
6304aaf1c2
commit
86040af754
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -71,6 +71,7 @@ SUBTYPES = {
|
||||||
'esphttpd': 0x80,
|
'esphttpd': 0x80,
|
||||||
'fat': 0x81,
|
'fat': 0x81,
|
||||||
'spiffs': 0x82,
|
'spiffs': 0x82,
|
||||||
|
'littlefs': 0x83,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue