Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vTaskPrioritySet(NULL, 0) doesn't always fix the issue it was trying …
…to address and could even prevent the current task to be run again. Use a vTaskDelay of 500 ms to address the missing response issue and also make sure the task can execute the device reset.
- Loading branch information