Reduced interval for availability_check_task
This commit is contained in:
parent
b471eba4fb
commit
661f10efa1
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0.8
|
1.0.8-1
|
Loading…
x
Reference in New Issue
Block a user