mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Build] Fix build issues other files.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#include "src/Helpers/_CPlugin_Helper.h"
|
||||
#ifdef USES_C014
|
||||
|
||||
#include "src/Commands/InternalCommands.h"
|
||||
#include "src/Globals/Device.h"
|
||||
#include "src/Globals/MQTT.h"
|
||||
#include "src/Globals/Plugins.h"
|
||||
#include "src/Globals/Statistics.h"
|
||||
#include "src/Helpers/PeriodicalActions.h"
|
||||
#include "_Plugin_Helper.h"
|
||||
|
||||
//#######################################################################################################
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "src/DataStructs/NotificationSettingsStruct.h"
|
||||
#include "src/Globals/NPlugins.h"
|
||||
#include "src/Helpers/ESPEasy_Storage.h"
|
||||
#include "src/DataStructs/NotificationSettingsStruct.h"
|
||||
|
||||
|
||||
boolean NPlugin_002(NPlugin::Function function, struct EventStruct *event, String& string)
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
#include "src/Helpers/PortStatus.h"
|
||||
#include "src/PluginStructs/P022_data_struct.h"
|
||||
|
||||
#include "ESPEasy-Globals.h" // For dummystring
|
||||
|
||||
|
||||
// #######################################################################################################
|
||||
// #################################### Plugin 022: PCA9685 ##############################################
|
||||
// #######################################################################################################
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#ifdef USES_NOTIFIER
|
||||
#include "src/Globals/NPlugins.h"
|
||||
#include "src/DataStructs/ESPEasy_EventStruct.h"
|
||||
|
||||
|
||||
// ********************************************************************************
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "ESPEasyGPIO.h"
|
||||
#include "../ESPEasyCore/ESPEasyGPIO.h"
|
||||
|
||||
/****************************************************************************/
|
||||
// Central functions for GPIO handling
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "ESPEasy_Log.h"
|
||||
#include "../ESPEasyCore/ESPEasy_Log.h"
|
||||
|
||||
#include "../DataStructs/LogStruct.h"
|
||||
#include "../ESPEasyCore/Serial.h"
|
||||
|
||||
@@ -6,12 +6,14 @@
|
||||
#include "../../ESPEasy_common.h"
|
||||
#include "../../_Plugin_Helper.h"
|
||||
|
||||
|
||||
#include "../ControllerQueue/DelayQueueElements.h"
|
||||
#include "../ESPEasyCore/Controller.h"
|
||||
#include "../ESPEasyCore/ESPEasyNetwork.h"
|
||||
#include "../Globals/CPlugins.h"
|
||||
#include "../Globals/ESPEasy_Scheduler.h"
|
||||
#include "../Helpers/Misc.h"
|
||||
#include "../Helpers/Network.h"
|
||||
#include "../Helpers/Numerical.h"
|
||||
#include "../Helpers/StringConverter.h"
|
||||
#include "../Helpers/_CPlugin_Helper_webform.h"
|
||||
|
||||
Reference in New Issue
Block a user