Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
870
const char *UpdateClass::errorString() {
871
return _err2str(_error);
872
}
873
874
bool UpdateClass::_chkDataInBlock(const uint8_t *data, size_t len) const {
875
// check 32-bit aligned blocks only
Callers
1
_runUpdate
Method · 0.80
Calls
1
_err2str
Function · 0.85
Tested by
no test coverage detected