Will be called when WiFi station becomes fully operational
| 79 | |
| 80 | // Will be called when WiFi station becomes fully operational |
| 81 | void 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 |
nothing calls this directly
no test coverage detected