Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ scanNetworks
Function
scanNetworks
samples/HttpServer_ConfigNetwork/app/application.cpp:240–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void scanNetworks()
241
{
242
if(!WifiStation.startScan(networkScanCompleted)) {
243
scanTimer.initializeMs<5000>(scanNetworks);
244
scanTimer.startOnce();
245
}
246
}
247
248
} // namespace
249
Callers
1
init
Function · 0.85
Calls
2
startOnce
Method · 0.80
startScan
Method · 0.45
Tested by
no test coverage detected