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

Adding Memory mode an Gzipdata as default

This commit is contained in:
2018-05-27 10:35:37 +02:00
parent 35336208de
commit 845ee0f2cd
7 changed files with 87 additions and 3 deletions

View File

@ -86,7 +86,8 @@ typedef struct Control {
class ESPUIClass {
public:
void begin(const char *_title); // Setup servers and page
void begin(const char *_title); // Setup servers and page in Memorymode
void beginSPIFFS(const char *_title); // Setup servers and page in SPIFFSmode
void prepareFileSystem(); // Initially preps the filesystem and loads a lot of stuff into SPIFFS
void list();