mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем заголовки для новых функций
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#include "utils/TimeUtils.h"
|
||||
#include "classes/IoTItem.h"
|
||||
|
||||
void SerialPrint(String errorLevel, String module, String msg);
|
||||
void SerialPrint(String errorLevel, String module, String msg, String itemId = "");
|
||||
@@ -32,7 +32,7 @@ size_t itemsCount2(String str, const String& separator);
|
||||
|
||||
char* stringToChar(String& str);
|
||||
|
||||
size_t itemsCount(String& str, const char* delim);
|
||||
//size_t itemsCount(String& str, const char* delim);
|
||||
|
||||
boolean isDigitStr(const String& str);
|
||||
|
||||
@@ -41,3 +41,5 @@ boolean isDigitDotCommaStr(const String& str);
|
||||
String prettyBytes(size_t size);
|
||||
|
||||
String uint64ToString(uint64_t input, uint8_t base = 10);
|
||||
|
||||
String cleanString(String str);
|
||||
|
||||
Reference in New Issue
Block a user