Remove settings Json from setup

This commit is contained in:
fvanroie 2020-04-04 21:22:11 +02:00
parent a08e163fad
commit 303c0a9171

View File

@ -16,7 +16,7 @@ void guiTakeScreenshot(ESP8266WebServer & client);
void guiTakeScreenshot(WebServer & client);
#endif // ESP32
void guiSetup(const JsonObject & settings);
void guiSetup();
void guiLoop(void);
void guiStop(void);