Trying to build an app that sends a command to an esp8266 over a local connection, no internet.
My app connects to the esp8266 sends a command and then disconnects.
Im having an issue that when the app connects the android phone insists on first checking the quality of the internet, which takes a significant amount. I cant send a command untill it finishes checking.
Is there anyway for me to disable that check? Or better is there a way when connecting in code to tell it pls don't bother checking the internet connection?
Disabling smart network switch doesnt help.
Thanks.
My app connects to the esp8266 sends a command and then disconnects.
Im having an issue that when the app connects the android phone insists on first checking the quality of the internet, which takes a significant amount. I cant send a command untill it finishes checking.
Is there anyway for me to disable that check? Or better is there a way when connecting in code to tell it pls don't bother checking the internet connection?
Disabling smart network switch doesnt help.
Thanks.