-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
There is a major bug on the adding new device process.
While adding new device, android OS will choose cellular network since ESP8266 is not connected to the internet.
I'm working on this issue, once https://developer.android.com/reference/android/net/ConnectivityManager.html#bindProcessToNetwork(android.net.Network) is implemented,
Please workaround this issue by temporary turning off data services, so you will have no internet via the cellular network.