27 File file = SPIFFS.open(path.c_str(),
"r");
30 MyDbg((String) F(
"SPIFFS File not found: '") + path + F(
"'"));
32 ret = file.readString();
void MyDbg(String info, bool fromWebServer=false, bool newline=true)
String readFromSpiffs(String path)