last version

This commit is contained in:
Dmitry Borisenko
2020-09-17 18:32:39 +03:00
parent 8568e945a4
commit d6f5506812
4 changed files with 65 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
#include "Global.h"
void SerialPrint(String errorLevel, String module, String msg) {
//if (module == "Stat") {
if (module == "Stat") {
Serial.println(prettyMillis(millis()) + " [" + errorLevel + "] [" + module + "] " + msg);
//}
}
}