mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
last
This commit is contained in:
@@ -34,8 +34,6 @@ void wsSendSetup() {
|
||||
i++;
|
||||
deserializeJson(doc, file);
|
||||
wsBuf += doc.as<String>() + "\n";
|
||||
// wsPublishData("config", doc.as<String>());
|
||||
// Serial.println(doc.as<String>());
|
||||
} while (file.findUntil(",", "]"));
|
||||
SerialPrint("I", F("WS"), F("completed send config"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user