mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
enableMDNS to lib_standalone
This commit is contained in:
@@ -93,6 +93,7 @@ class DummySettings {
|
|||||||
String dnsIP1 = "";
|
String dnsIP1 = "";
|
||||||
String dnsIP2 = "";
|
String dnsIP2 = "";
|
||||||
bool enableIPv6 = false;
|
bool enableIPv6 = false;
|
||||||
|
bool enableMDNS = true;
|
||||||
|
|
||||||
uint8_t phy_type = 0;
|
uint8_t phy_type = 0;
|
||||||
uint8_t eth_power = 0; // 0 means -1
|
uint8_t eth_power = 0; // 0 means -1
|
||||||
|
|||||||
Reference in New Issue
Block a user