Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ connectOk
Function
connectOk
samples/MeteoControl/app/application.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void connectOk(const String& SSID, MacAddress bssid, uint8_t channel)
73
{
74
debugf(
"connected"
);
75
WifiAccessPoint.enable(false);
76
}
77
78
void gotIP(IpAddress ip, IpAddress netmask, IpAddress gateway)
79
{
Callers
nothing calls this directly
Calls
1
enable
Method · 0.45
Tested by
no test coverage detected