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:
@@ -368,7 +368,8 @@ const network_status = {
|
||||
gateway_ip: '10.10.10.1',
|
||||
dns_ip_1: '10.10.10.1',
|
||||
dns_ip_2: '0.0.0.0',
|
||||
hostname: 'ems-esp'
|
||||
hostname: 'ems-esp',
|
||||
connect_count: 1
|
||||
};
|
||||
const list_networks = {
|
||||
networks: [
|
||||
|
||||
Reference in New Issue
Block a user