Closed
Description
Hi,
i have pull the repository a couple of days ago and now i'm on the commit d8dc918 (py/compile: Handle return/break/continue correctly in async with.) of 23/06/2018.
Now when the ESP32 disconnect for some reasons in STA_IF mode, isconnected() method always returns True and the ESP32 log shows as follows:
I (5476584) wifi: STA_DISCONNECTED, reason:201
If i call the status() method he always returns None so i'm not able to determinate the status of the network.STA_IF.
Thanks in advance for the help.