Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEPaperLink/OpenEPaperLink
/ initLittleFS
Function
initLittleFS
ESP32_AP-Flasher/src/storage.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
#ifndef SD_CARD_ONLY
24
static void initLittleFS() {
25
LittleFS.begin();
26
contentFS = &LittleFS;
27
}
28
#endif
29
30
#ifdef HAS_SDCARD
Callers
2
begin
Method · 0.70
end
Method · 0.70
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected