MCPcopy 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
72void connectOk(const String& SSID, MacAddress bssid, uint8_t channel)
73{
74 debugf("connected");
75 WifiAccessPoint.enable(false);
76}
77
78void gotIP(IpAddress ip, IpAddress netmask, IpAddress gateway)
79{

Callers

nothing calls this directly

Calls 1

enableMethod · 0.45

Tested by

no test coverage detected