mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 13:44:10 +00:00
move eth_10mbit to Network Settings
This commit is contained in:
@@ -39,6 +39,7 @@ class NetworkSettings {
|
||||
bool enableMDNS = true;
|
||||
bool enableCORS = false;
|
||||
String CORSOrigin = "*";
|
||||
bool eth_10mbit = false; // force 10BASE-T half-duplex, no auto-negotiation
|
||||
|
||||
// optional configuration for static IP address
|
||||
IPAddress localIP;
|
||||
|
||||
Reference in New Issue
Block a user