Меняем заголовочные файлы в ядре для новых функций

This commit is contained in:
2023-06-30 22:32:01 +03:00
parent 88d61e7efa
commit c276be820b
2 changed files with 5 additions and 0 deletions

View File

@@ -45,3 +45,7 @@ String uint64ToString(uint64_t input, uint8_t base = 10);
void cleanString(String& str);
unsigned char ChartoHex(char ch);
std::vector<String> splitStr(const String& str, const String& delimiter);
bool strInVector(const String& str, const std::vector<String>& vec);