MCPcopy Create free account
hub / github.com/Hieromon/AutoConnect / _setUpdaterError

Method _setUpdaterError

examples/WebUpdate/HTTPUpdateServer.cpp:122–128  ·  view source on GitHub ↗

* Convert the update error code to string for notation. */

Source from the content-addressed store, hash-verified

120 * Convert the update error code to string for notation.
121 */
122void HTTPUpdateServer::_setUpdaterError() {
123 if (_serial_output)
124 Update.printError(Serial);
125 StreamString str;
126 Update.printError(str);
127 _updaterError = str.c_str();
128}
129
130/**
131 * Shared empty String instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected