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