Объявляем новую общую функцию

This commit is contained in:
2022-09-05 16:30:09 +03:00
parent 52c184f439
commit dd5efcdc48

View File

@@ -39,3 +39,5 @@ boolean isDigitStr(const String& str);
boolean isDigitDotCommaStr(const String& str);
String prettyBytes(size_t size);
String uint64ToString(uint64_t input);