EspressifApp / EsptouchForAndroid

EspTouch is one way for Android Phone to tell the connected Router's Ssid, Password and etc. to make IOT devices to connect to the same Router. EspTouch is developed and maintained by Espressif Corp.
Other
1.03k stars 461 forks source link

Fix getting SSID of currently connected wifi AP #52

Closed mircopz closed 2 years ago

mircopz commented 4 years ago

From Android 8, SSID attribute in WifiInfo class is null, and the <unknown ssid> is returned back, so a disconnected state is always displayed. The implemented solution was found here.