We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcaf99 commit c169435Copy full SHA for c169435
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