1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-07-01 07:54:13 +00:00
ESPUI/examples/prepareFilesystem/prepareFilesystem.ino
Lukas Bachschwell 8c0161b181
Fix prepare fs example
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2020-10-16 14:47:32 +02:00

12 lines
111 B
C++

#include <ESPUI.h>
void setup(void)
{
Serial.begin(115200);
ESPUI.prepareFileSystem();
}
void loop()
{
}