Webserver to use settings

This commit is contained in:
Jaakko Haakana 2025-07-26 19:40:27 +03:00
parent 43bc738352
commit 7e86ee8d93

View file

@ -2,6 +2,7 @@
#include <ESPmDNS.h>
#include "../utils/events.h"
#include "../utils/logging.h"
#include "USER_SETTINGS.h"
#if defined(WIFI) || defined(WEBSERVER)
const bool wifi_enabled_default = true;