esp_wifi_repeater icon indicating copy to clipboard operation
esp_wifi_repeater copied to clipboard

set client_watchdog secs - not working correctly

Open nidusrem opened this issue 3 years ago • 0 comments

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

nidusrem avatar Sep 09 '21 09:09 nidusrem