#pragma once #include "FS.h" void initLittleFS(); String readFile(fs::FS &fs, const char *path); void writeFile(fs::FS &fs, const char *path, const char *message);