Оптимизируем работу со строками в файлах SerialPrint и StringUtils

This commit is contained in:
2022-10-28 17:16:53 +03:00
parent dfd24dc1f6
commit a292f17285
4 changed files with 47 additions and 42 deletions

View File

@@ -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 = "");