mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add option to switch mDNS off/on
This commit is contained in:
@@ -47,6 +47,7 @@ export interface NetworkSettings {
|
||||
subnet_mask?: string;
|
||||
dns_ip_1?: string;
|
||||
dns_ip_2?: string;
|
||||
enableMDNS: boolean;
|
||||
}
|
||||
|
||||
export interface WiFiNetworkList {
|
||||
|
||||
Reference in New Issue
Block a user