mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 11:05:08 +00:00
[Build] Fix build for Stats without ChartJS and other typos
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "../DataStructs/NWPluginData_static_runtime.h"
|
||||
#include "../../../src/DataStructs/ESPEasy_EventStruct.h"
|
||||
#include "../../../src/DataStructs/PluginStats_array.h"
|
||||
#include "../../../src/DataStructs/PluginStats_Config.h"
|
||||
|
||||
#if FEATURE_STORE_NETWORK_INTERFACE_SETTINGS
|
||||
# include "../../../src/Helpers/_ESPEasy_key_value_store.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../_NWPlugin_Helper.h"
|
||||
#ifdef USES_NW001
|
||||
#ifdef USES_NW002
|
||||
|
||||
|
||||
namespace ESPEasy {
|
||||
@@ -54,4 +54,4 @@ private:
|
||||
} // namespace ESPEasy
|
||||
|
||||
|
||||
#endif // ifdef USES_NW001
|
||||
#endif // ifdef USES_NW002
|
||||
|
||||
Reference in New Issue
Block a user