Reduced interval for availability_check_task

This commit is contained in:
Alexey Zholtikov 2024-07-17 07:02:56 +03:00
parent b471eba4fb
commit 661f10efa1
2 changed files with 2 additions and 2 deletions

View File

@ -1235,7 +1235,7 @@ void zh_device_availability_check_task(void *pvParameter)
} }
} }
xSemaphoreGive(gateway_config->device_check_in_progress_mutex); xSemaphoreGive(gateway_config->device_check_in_progress_mutex);
vTaskDelay(10000 / portTICK_PERIOD_MS); vTaskDelay(1000 / portTICK_PERIOD_MS);
} }
vTaskDelete(NULL); vTaskDelete(NULL);
} }

View File

@ -1 +1 @@
1.0.8 1.0.8-1