mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
исправили имена файлов под linux
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "Utils\SerialPrint.h"
|
||||
#include "utils/SerialPrint.h"
|
||||
|
||||
void SerialPrint(String errorLevel, String module, String msg) {
|
||||
Serial.println(prettyMillis(millis()) + " [" + errorLevel + "] [" + module + "] " + msg);
|
||||
|
||||
Reference in New Issue
Block a user