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:
Me No Dev 2024-03-05 14:59:19 +02:00 committed by GitHub
parent 6304aaf1c2
commit 86040af754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -71,6 +71,7 @@ SUBTYPES = {
'esphttpd': 0x80, 'esphttpd': 0x80,
'fat': 0x81, 'fat': 0x81,
'spiffs': 0x82, 'spiffs': 0x82,
'littlefs': 0x83,
}, },
} }