mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
новая система отправки файла в сокеты
This commit is contained in:
@@ -13,6 +13,7 @@ void SendJson::addFileToQueue(String path, uint8_t num) {
|
||||
SerialPrint(F("i"), F("WS"), "file added to Queue " + path);
|
||||
}
|
||||
|
||||
//опсылает массив json по объектно в сокеты
|
||||
void SendJson::loop() {
|
||||
if (!filesQueue->empty() && !sendingInProgress) {
|
||||
Serial.println("Queue not empty");
|
||||
|
||||
Reference in New Issue
Block a user