mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[ESP8266] Fix ESP8266 builds missing include
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
# include "../../src/DataStructs/ESPEasy_EventStruct.h"
|
||||
# include "../../src/Globals/SecuritySettings.h"
|
||||
# include "../../src/Globals/Settings.h"
|
||||
# include "../../src/Helpers/Networking.h"
|
||||
# include "../../src/Helpers/StringConverter.h"
|
||||
# include "../../src/Helpers/StringGenerator_WiFi.h"
|
||||
# include "../../src/WebServer/ESPEasy_WebServer.h"
|
||||
@@ -27,6 +28,7 @@
|
||||
# include "../net/ESPEasyNetwork.h"
|
||||
# endif
|
||||
|
||||
|
||||
# if FEATURE_TASKVALUE_UNIT_OF_MEASURE
|
||||
# include "../../src/Helpers/ESPEasy_UnitOfMeasure.h"
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user