replace emsesp_stub.h

This commit is contained in:
proddy
2025-01-26 13:56:31 +01:00
parent 2620f56e0d
commit b5299719da
9 changed files with 8 additions and 53 deletions

View File

@@ -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)