We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6304aaf commit c245ca5Copy full SHA for c245ca5
tools/gen_esp32part.py
@@ -71,6 +71,7 @@ def get_ptype_as_int(ptype):
71
'esphttpd': 0x80,
72
'fat': 0x81,
73
'spiffs': 0x82,
74
+ 'littlefs': 0x83,
75
},
76
}
77
0 commit comments