include wifi and thernet webserver

This commit is contained in:
technyon
2022-04-28 22:46:59 +02:00
parent 677f7e56c8
commit 47c3729800
36 changed files with 4041 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <Preferences.h>
#include <WebServer.h>
#include <EthernetWebServer.h>
#include "NukiWrapper.h"
#include "Network.h"
@@ -42,7 +42,7 @@ private:
void waitAndProcess(const bool blocking, const uint32_t duration);
WebServer server;
EthernetWebServer server;
NukiWrapper* _nuki;
Network* _network;
Preferences* _preferences;