mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 04:49:13 +03:00
some
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
#include "HttpServer.h"
|
||||
|
||||
void SerialPrint(String errorLevel, String module, String msg) {
|
||||
Serial.println(prettyMillis(millis()) + " [" + errorLevel + "] [" + module + "] " + msg);
|
||||
|
||||
String tosend = "[" + errorLevel + "] [" + module + "] " + msg;
|
||||
String tosend = prettyMillis(millis()) + " [" + errorLevel + "] [" + module + "] " + msg;
|
||||
|
||||
Serial.println(tosend);
|
||||
ws.textAll(tosend);
|
||||
}
|
||||
Reference in New Issue
Block a user