diff --git a/src/main.cpp b/src/main.cpp index 297f292..c48587c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -90,7 +90,7 @@ void setup() config.clear(); config.end(); // respond with default config - onGetConfig(config, request); + onGetConfig(request); ESP.restart(); });