mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
replace emsesp_stub.h
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "APSettingsService.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
APSettingsService::APSettingsService(AsyncWebServer * server, FS * fs, SecurityManager * securityManager)
|
||||
: _httpEndpoint(APSettings::read, APSettings::update, this, server, AP_SETTINGS_SERVICE_PATH, securityManager)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "MqttSettingsService.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
MqttSettingsService::MqttSettingsService(AsyncWebServer * server, FS * fs, SecurityManager * securityManager)
|
||||
: _httpEndpoint(MqttSettings::read, MqttSettings::update, this, server, MQTT_SETTINGS_SERVICE_PATH, securityManager)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "MqttStatus.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
MqttStatus::MqttStatus(AsyncWebServer * server, MqttSettingsService * mqttSettingsService, SecurityManager * securityManager)
|
||||
: _mqttSettingsService(mqttSettingsService) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "NTPSettingsService.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
NTPSettingsService::NTPSettingsService(AsyncWebServer * server, FS * fs, SecurityManager * securityManager)
|
||||
: _httpEndpoint(NTPSettings::read, NTPSettings::update, this, server, NTP_SETTINGS_SERVICE_PATH, securityManager)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "NTPStatus.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "NetworkSettingsService.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
NetworkSettingsService::NetworkSettingsService(AsyncWebServer * server, FS * fs, SecurityManager * securityManager)
|
||||
: _httpEndpoint(NetworkSettings::read, NetworkSettings::update, this, server, NETWORK_SETTINGS_SERVICE_PATH, securityManager)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "NetworkStatus.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
#ifdef TASMOTA_SDK
|
||||
#include "lwip/dns.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "UploadFileService.h"
|
||||
|
||||
#include <emsesp_stub.hpp>
|
||||
#include <emsesp.h>
|
||||
|
||||
#include <esp_app_format.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user