Skip to content

Commit 4285912

Browse files
authored
fix(cmake): Use proper name for LittleFS component
1 parent 4944dd0 commit 4285912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ set(ARDUINO_LIBRARY_HTTPUpdate_SRCS libraries/HTTPUpdate/src/HTTPUpdate.cpp)
157157
set(ARDUINO_LIBRARY_Insights_SRCS libraries/Insights/src/Insights.cpp)
158158

159159
set(ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
160-
set(ARDUINO_LIBRARY_LittleFS_REQUIRES esp_littlefs)
160+
set(ARDUINO_LIBRARY_LittleFS_REQUIRES joltwallet__littlefs)
161161

162162
set(ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
163163

0 commit comments

Comments
 (0)