From 661f10efa18dc8d875c6002fbc956260128c9977 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Wed, 17 Jul 2024 07:02:56 +0300 Subject: [PATCH] Reduced interval for availability_check_task --- main/zh_gateway.c | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/zh_gateway.c b/main/zh_gateway.c index 7293e40..e73d009 100755 --- a/main/zh_gateway.c +++ b/main/zh_gateway.c @@ -1235,7 +1235,7 @@ void zh_device_availability_check_task(void *pvParameter) } } xSemaphoreGive(gateway_config->device_check_in_progress_mutex); - vTaskDelay(10000 / portTICK_PERIOD_MS); + vTaskDelay(1000 / portTICK_PERIOD_MS); } vTaskDelete(NULL); } diff --git a/version.txt b/version.txt index 337a6a8..4dd6c84 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.8 \ No newline at end of file +1.0.8-1 \ No newline at end of file