mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
minor uodates to routing
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
#ifndef ESP8266React_h
|
||||
#define ESP8266React_h
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <AsyncJson.h>
|
||||
|
||||
#include <espMqttClient.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
|
||||
#include <list>
|
||||
|
||||
@@ -146,7 +143,7 @@ class ESP8266React {
|
||||
|
||||
class EMSESPSettingsService {
|
||||
public:
|
||||
EMSESPSettingsService(AsyncWebServer * server, FS * fs, SecurityManager * securityManager);
|
||||
EMSESPSettingsService(PsychicHttpServer * server, FS * fs, SecurityManager * securityManager);
|
||||
void begin();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user