martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 897 forks source link

set client_watchdog secs - not working correctly #473

Open nidusrem opened 2 years ago

nidusrem commented 2 years ago

There is problem when i try to set value for " set client_watchdog secs" , it is not saved correctly log : CMD>set client_watchdog 60 Client watchdog set to 60 CMD>show stats System uptime: 0:05:18 0 KiB in (0 packets) 0 KiB out (0 packets) Power supply: 2.914 V Phy mode: n Free mem: 34680 STA IP: 192.168.8.3/24 GW: 192.168.8.1 STA RSSI: -40 0 Stations connected to SoftAP AP watchdog: 60 Client watchdog: 56 CMD>set client_watchdog 51 Client watchdog set to 51 CMD>show stats System uptime: 0:05:31 0 KiB in (0 packets) 0 KiB out (0 packets) Power supply: 2.914 V Phy mode: n Free mem: 35248 STA IP: 192.168.8.3/24 GW: 192.168.8.1 STA RSSI: -40 0 Stations connected to SoftAP AP watchdog: 60 Client watchdog: 48