4.0.1 ядро для 8266

This commit is contained in:
Dmitry Borisenko
2022-09-14 18:53:02 +02:00
parent 49dde6031a
commit 8ce79687bc
11 changed files with 208 additions and 204 deletions

View File

@@ -12,7 +12,8 @@ void SerialPrint(String errorLevel, String module, String msg) {
if (isNetworkActive()) {
if (jsonReadInt(settingsFlashJson, F("log")) != 0) {
standWebSocket.broadcastTXT("/log|" + tosend);
String pl = "/log|" + tosend;
standWebSocket.broadcastTXT(pl);
}
}
//}