This commit is contained in:
proddy
2020-08-12 23:17:22 +02:00
parent f0151fcfc6
commit eef86cc9f9
3 changed files with 18 additions and 6 deletions

View File

@@ -24,8 +24,7 @@
#include <ESPAsyncWebServer.h>
#include <SecurityManager.h>
// #define MAX_EMSESP_STATUS_SIZE 1024
#define MAX_EMSESP_DEVICE_SIZE 1280
#define MAX_EMSESP_DEVICE_SIZE 1536
#define EMSESP_DEVICES_SERVICE_PATH "/rest/allDevices"
#define SCAN_DEVICES_SERVICE_PATH "/rest/scanDevices"
@@ -33,8 +32,6 @@
namespace emsesp {
using namespace std::placeholders; // for `_1`
class EMSESPDevicesService {
public:
EMSESPDevicesService(AsyncWebServer * server, SecurityManager * securityManager);