MCPcopy Create free account
hub / github.com/Heltec-Aaron-Lee/WiFi_Kit_series / errorString

Method errorString

libraries/Update/src/Updater.cpp:870–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870const char *UpdateClass::errorString() {
871 return _err2str(_error);
872}
873
874bool UpdateClass::_chkDataInBlock(const uint8_t *data, size_t len) const {
875 // check 32-bit aligned blocks only

Callers 1

_runUpdateMethod · 0.80

Calls 1

_err2strFunction · 0.85

Tested by

no test coverage detected