feat(example/storage/littlefs): add LittleFS demo example

This commit is contained in:
sonika.rathi
2023-06-28 15:21:26 +02:00
committed by BOT
parent 7b04776d13
commit 0bec1976b1
10 changed files with 226 additions and 0 deletions

View File

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