mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Webserver to use settings
This commit is contained in:
parent
43bc738352
commit
7e86ee8d93
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#include <ESPmDNS.h>
|
#include <ESPmDNS.h>
|
||||||
#include "../utils/events.h"
|
#include "../utils/events.h"
|
||||||
#include "../utils/logging.h"
|
#include "../utils/logging.h"
|
||||||
|
#include "USER_SETTINGS.h"
|
||||||
|
|
||||||
#if defined(WIFI) || defined(WEBSERVER)
|
#if defined(WIFI) || defined(WEBSERVER)
|
||||||
const bool wifi_enabled_default = true;
|
const bool wifi_enabled_default = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue