[Build] Fix build issues other files.

This commit is contained in:
TD-er
2021-05-18 17:42:03 +02:00
parent 8ea76a88af
commit 081de4b138
7 changed files with 11 additions and 3 deletions
+2
View File
@@ -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"
//#######################################################################################################
-1
View File
@@ -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)
+3
View File
@@ -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
View File
@@ -2,6 +2,8 @@
#ifdef USES_NOTIFIER
#include "src/Globals/NPlugins.h"
#include "src/DataStructs/ESPEasy_EventStruct.h"
// ********************************************************************************
+1 -1
View File
@@ -1,5 +1,5 @@
#include "ESPEasyGPIO.h"
#include "../ESPEasyCore/ESPEasyGPIO.h"
/****************************************************************************/
// Central functions for GPIO handling
+1 -1
View File
@@ -1,4 +1,4 @@
#include "ESPEasy_Log.h"
#include "../ESPEasyCore/ESPEasy_Log.h"
#include "../DataStructs/LogStruct.h"
#include "../ESPEasyCore/Serial.h"
+2
View File
@@ -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"