** Function: webUIMyNet ** Display options to launch the WebUI **********************************************************************/
| 57 | ** Display options to launch the WebUI |
| 58 | **********************************************************************/ |
| 59 | void webUIMyNet() { |
| 60 | if (!launcherWifiIsConnected()) connectWifi(); |
| 61 | if (launcherWifiIsConnected()) startWebUi("", 0, false); |
| 62 | } |
| 63 | |
| 64 | /********************************************************************** |
| 65 | ** Function: loopOptionsWebUi |
no test coverage detected