Page 1 of 1

ESP32 in AP mode - isconnected ?

Posted: Thu Aug 06, 2020 10:01 am
by bibibo
Hello,

i have ESP32 board in AP mode. I use function WLAN.isconnected() for checking connected client. That function returns True if some client is connected e.g. my phone. If i disconnect my phone from AP then that function returns False. It is very good for me. But the problem is when my phone losts wifi signal e.g. the phone is far from AP. The function still returns True. Maybe after 5 minutes the function changes status to False.
Do you know any the other solution how to check connected clients ?