add Ethernet

This commit is contained in:
proddy
2021-01-18 19:38:22 +01:00
parent b81435e713
commit 44045ae658
60 changed files with 905 additions and 973 deletions

View File

@@ -7,8 +7,10 @@
#include <DNSServer.h>
#include <IPAddress.h>
#include <uuid/common.h>
#include <ETH.h>
#include <uuid/common.h>
#define MANAGE_NETWORK_DELAY 10000
@@ -111,7 +113,7 @@ class APSettingsService : public StatefulService<APSettings> {
// for the captive portal
DNSServer * _dnsServer;
// for the mangement delay loop
// for the management delay loop
volatile unsigned long _lastManaged;
volatile boolean _reconfigureAp;