| 108 | } |
| 109 | |
| 110 | void 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 |
nothing calls this directly
no test coverage detected