updates to backend to match new frontend - #1665

This commit is contained in:
proddy
2024-03-22 16:25:18 +01:00
parent c8e7eb3657
commit a2fa2515b3
23 changed files with 360 additions and 293 deletions

View File

@@ -39,7 +39,9 @@
#include <Preferences.h>
#include "ESP8266React.h"
#include "web/WebStatusService.h"
#include "web/WebActivityService.h"
#include "web/WebDataService.h"
#include "web/WebSettingsService.h"
#include "web/WebCustomizationService.h"
@@ -220,6 +222,7 @@ class EMSESP {
static ESP8266React esp8266React;
static WebSettingsService webSettingsService;
static WebStatusService webStatusService;
static WebActivityService webActivityService;
static WebDataService webDataService;
static WebAPIService webAPIService;
static WebLogService webLogService;