OTA pipeline working

This commit is contained in:
2026-04-25 22:27:17 +03:00
parent 90037587c0
commit 8f15fe0f1d
19 changed files with 458 additions and 112 deletions

View File

@@ -22,9 +22,11 @@ static void heartbeat_task(void* arg)
time(&now);
protocol_send_event_hb((uint32_t)now);
vTaskDelay(pdMS_TO_TICKS(30000)); // 30 сек
} else
{
vTaskDelay(pdMS_TO_TICKS(2000));
}
vTaskDelay(pdMS_TO_TICKS(10000)); // 10 сек
}
}