Update WiFiSettings.h

Add ESP32-PoE Lan Support
This commit is contained in:
klahus1 2022-07-12 13:27:26 +02:00 committed by GitHub
parent 5d197d3030
commit 44d3055118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,11 @@ private:
void setHostname();
void setStaticIp();
void setupMode();
#ifdef OLIMEX_ESP32_POE_LAN
bool adminEnabled = false;
#else
bool adminEnabled = true;
#endif
bool forceDisconnection = false;
int adminTimeoutCounter = 0;
int connectTimeoutTimer = 0;