MCPcopy Create free account
hub / github.com/SmingHub/Sming / onConnected

Function onConnected

samples/MqttClient_Hello/app/application.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void onConnected(IpAddress ip, IpAddress netmask, IpAddress gateway)
111{
112 Serial.println(_F("WIFI connected. Starting MQTT client..."));
113
114 // Run MQTT client
115 startMqttClient();
116}
117
118} // namespace
119

Callers

nothing calls this directly

Calls 2

printlnMethod · 0.80
startMqttClientFunction · 0.70

Tested by

no test coverage detected