MCPcopy Create free account
hub / github.com/ArduPilot/ArduRemoteID / update

Method update

RemoteIDModule/webinterface.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void WebInterface::update()
166{
167 if (!initialised) {
168 init();
169 initialised = true;
170 }
171 server.handleClient();
172}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected