update example/esp_idf/main/esp_idf.c.

Signed-off-by: qmfr <13720409820@163.com>
This commit is contained in:
qmfr 2022-08-15 01:20:59 +00:00
parent c23f3288e9
commit 9eb9eb3ca3
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ void app_main(void)
while(1)
{
xcmd_task();
vTaskDelay(pdMS_TO_TICKS(10));
// vTaskDelay(pdMS_TO_TICKS(10));
}
}