MCPcopy Create free account
hub / github.com/OpenEPaperLink/OpenEPaperLink / logLine

Function logLine

ESP32_AP-Flasher/src/system.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void logLine(const char* buffer) {
41 logLine(String(buffer));
42}
43
44void logLine(const String& text) {
45 time_t now;

Callers 15

wsSendSysteminfoFunction · 0.85
init_webFunction · 0.85
doImageUploadFunction · 0.85
dotagDBUploadFunction · 0.85
rxSerialTask2Function · 0.85
getImgURLFunction · 0.85
getJsonTemplateUrlFunction · 0.85
handleLittleFSUploadFunction · 0.85
saveDBFunction · 0.85
wifimanager.cppFile · 0.85
connectToWifiMethod · 0.85
waitForConnectionMethod · 0.85

Calls 5

openMethod · 0.80
closeMethod · 0.80
printlnMethod · 0.80
sizeMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected