mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-14 21:00:55 +00:00
12 lines
156 B
C++
12 lines
156 B
C++
#include <ESPUI.h>
|
|
|
|
ESPUIClass ESPUI( Verbosity::VerboseJSON );
|
|
|
|
void setup(void) {
|
|
Serial.begin(115200);
|
|
ESPUI.prepareFileSystem();
|
|
}
|
|
|
|
void loop() {
|
|
}
|