исправили имена файлов под linux

This commit is contained in:
Dmitry Borisenko
2022-02-15 11:37:31 +01:00
parent 7ff73236a7
commit afe64d4c4a
23 changed files with 33 additions and 33 deletions

View File

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