mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Add some required includes
This commit is contained in:
parent
05dc54fe13
commit
f609d54a14
48 changed files with 81 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "wifi.h"
|
||||
#include <ESPmDNS.h>
|
||||
#include "../utils/events.h"
|
||||
#include "../utils/logging.h"
|
||||
|
||||
#if defined(WIFI) || defined(WEBSERVER)
|
||||
const bool wifi_enabled_default = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue