MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / webUIMyNet

Function webUIMyNet

src/webInterface.cpp:59–62  ·  view source on GitHub ↗

** Function: webUIMyNet ** Display options to launch the WebUI **********************************************************************/

Source from the content-addressed store, hash-verified

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

Callers 1

loopOptionsWebUiFunction · 0.85

Calls 3

launcherWifiIsConnectedFunction · 0.85
connectWifiFunction · 0.85
startWebUiFunction · 0.85

Tested by

no test coverage detected