mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Fix prepare fs example
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
parent
3cf1aa7f49
commit
8c0161b181
@ -1,11 +1,11 @@
|
||||
#include <ESPUI.h>
|
||||
|
||||
ESPUIClass ESPUI( Verbosity::VerboseJSON );
|
||||
|
||||
void setup(void) {
|
||||
void setup(void)
|
||||
{
|
||||
Serial.begin(115200);
|
||||
ESPUI.prepareFileSystem();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
void loop()
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user