This commit is contained in:
Yuri Trikoz
2020-10-18 10:17:24 +03:00
parent 281f338f97
commit 8778de1ffd
4 changed files with 26 additions and 20 deletions

View File

@@ -26,4 +26,6 @@ size_t itemsCount(String str, const String& separator);
boolean isDigitStr(const String&);
String prettyBytes(size_t size);
String prettyBytes(size_t size);
const char getErrorLevelStr(uint8_t level);