fixed merge error

This commit is contained in:
RaffaelW 2024-11-04 21:21:49 +01:00
parent 8b47daceb4
commit b8b87db0f2

View file

@ -90,7 +90,7 @@ void setup()
config.clear(); config.clear();
config.end(); config.end();
// respond with default config // respond with default config
onGetConfig(config, request); onGetConfig(request);
ESP.restart(); }); ESP.restart(); });