[Build] Fix build for Stats without ChartJS and other typos

This commit is contained in:
Ton Huisman
2026-08-18 23:18:49 +02:00
parent 91c20ed801
commit 7e5a033e75
2 changed files with 3 additions and 2 deletions
@@ -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