This commit is contained in:
Dmitry Borisenko
2021-12-07 22:20:00 +01:00
parent 1af7687064
commit 2a79a5880f
4 changed files with 10 additions and 8 deletions

View File

@@ -7,5 +7,6 @@ void SerialPrint(String errorLevel, String module, String msg) {
String tosend = prettyMillis(millis()) + " [" + errorLevel + "] [" + module + "] " + msg;
Serial.println(tosend);
ws.textAll(tosend);
// mqttRootDevice +
ws.textAll("/core/" + tosend);
}