mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
Оптимизируем работу со строками в файлах SerialPrint и StringUtils
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
#include "utils/TimeUtils.h"
|
||||
#include "classes/IoTItem.h"
|
||||
|
||||
void SerialPrint(String errorLevel, String module, String msg, String itemId = "");
|
||||
void SerialPrint(const String& errorLevel, const String& module, const String& msg, const String& itemId = "");
|
||||
Reference in New Issue
Block a user