From b8b87db0f248df9073e451a8ad797e6f09cc5894 Mon Sep 17 00:00:00 2001 From: RaffaelW Date: Mon, 4 Nov 2024 21:21:49 +0100 Subject: [PATCH] fixed merge error --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });