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

Function gotIP

samples/HttpServer_AJAX/app/application.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void gotIP(IpAddress ip, IpAddress netmask, IpAddress gateway)
109{
110 startFTP();
111 startWebServer();
112}
113
114} // namespace
115

Callers

nothing calls this directly

Calls 2

startFTPFunction · 0.70
startWebServerFunction · 0.70

Tested by

no test coverage detected