8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e509d33 commit 4944dd0Copy full SHA for 4944dd0
CMakeLists.txt
@@ -157,6 +157,7 @@ set(ARDUINO_LIBRARY_HTTPUpdate_SRCS libraries/HTTPUpdate/src/HTTPUpdate.cpp)
157
set(ARDUINO_LIBRARY_Insights_SRCS libraries/Insights/src/Insights.cpp)
158
159
set(ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
160
+set(ARDUINO_LIBRARY_LittleFS_REQUIRES esp_littlefs)
161
162
set(ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
163
0 commit comments