update example/esp_idf/main/esp_idf.c.
Signed-off-by: qmfr <13720409820@163.com>
This commit is contained in:
parent
c23f3288e9
commit
9eb9eb3ca3
|
@ -33,6 +33,6 @@ void app_main(void)
|
|||
while(1)
|
||||
{
|
||||
xcmd_task();
|
||||
vTaskDelay(pdMS_TO_TICKS(10));
|
||||
// vTaskDelay(pdMS_TO_TICKS(10));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue