1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 06:10:18 +00:00

#6 adding list() debug function for fs and commenting out deleteFile operations

This commit is contained in:
2018-01-08 12:26:32 +01:00
parent feedd21413
commit 6dabc32905
2 changed files with 77 additions and 20 deletions

View File

@ -89,7 +89,7 @@ public:
void begin(const char *_title); // Setup servers and page
void prepareFileSystem(); // Initially preps the filesystem and loads a lot of stuff into SPIFFS
void list();
// Creating Elements
void label(const char *label, int color, String value = ""); // Create Label
void button(const char *label, void (*callBack)(Control, int), int color,