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

Function gotIP

samples/HttpServer_Plugins/app/application.cpp:81–85  ·  view source on GitHub ↗

Will be called when WiFi station becomes fully operational

Source from the content-addressed store, hash-verified

79
80// Will be called when WiFi station becomes fully operational
81void gotIP(IpAddress ip, IpAddress netmask, IpAddress gateway)
82{
83 startWebServer();
84 Serial << _F("Free heap = ") << system_get_free_heap_size() << endl;
85}
86
87} // namespace
88

Callers

nothing calls this directly

Calls 2

startWebServerFunction · 0.70

Tested by

no test coverage detected