mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
4.0.1 ядро для 8266
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user