MCPcopy 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
24static void initLittleFS() {
25 LittleFS.begin();
26 contentFS = &LittleFS;
27}
28#endif
29
30#ifdef HAS_SDCARD

Callers 2

beginMethod · 0.70
endMethod · 0.70

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected