mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
instantiate ESPUI in prepareFileSystem.ino too
This commit is contained in:
parent
4ea7928fd5
commit
2b31e81f50
@ -1,5 +1,7 @@
|
||||
#include <ESPUI.h>
|
||||
|
||||
ESPUIClass ESPUI( Verbosity::VerboseJSON );
|
||||
|
||||
void setup(void) {
|
||||
Serial.begin(115200);
|
||||
ESPUI.prepareFileSystem();
|
||||
|
Loading…
Reference in New Issue
Block a user