Skip to content

Commit 2148dfa

Browse files
committed
library.json: List LittleFS dependency
Like Hash, this is technically an external library, though it's supplied by the framework. Since we include the SPIFFSEditor by default, it is necessary for the CI system to compile on ESP8266es.
1 parent 36f547b commit 2148dfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
{
4040
"name": "Hash",
4141
"platforms": "espressif8266"
42+
},
43+
{
44+
"name": "LittleFS",
45+
"platforms": "espressif8266"
4246
}
4347
]
4448
}

0 commit comments

Comments
 (0)