mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
Track number of WiFi reconnects #2207
This commit is contained in:
@@ -34,6 +34,7 @@ export interface NetworkStatusType {
|
||||
dns_ip_1: string;
|
||||
dns_ip_2: string;
|
||||
hostname: string;
|
||||
connect_count: number;
|
||||
}
|
||||
|
||||
export interface NetworkSettingsType {
|
||||
|
||||
Reference in New Issue
Block a user