#101: avoid logging errors for all unset config items
This commit is contained in:
parent
437b76897a
commit
a1b8f06959
|
@ -801,6 +801,7 @@ void setup() {
|
|||
MDNS.begin(config.getConfigItem(config.systemName)->asCString());
|
||||
channels.begin(fallbackSerial);
|
||||
logger.flush();
|
||||
config.logConfig(GwLog::DEBUG);
|
||||
webserver.registerMainHandler("/api/reset", [](AsyncWebServerRequest *request)->GwRequestMessage *{
|
||||
return new ResetRequest(request->arg("_hash"));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue