diff --git a/example/esp_idf/main/esp_idf.c b/example/esp_idf/main/esp_idf.c index 40b2687..78250ba 100755 --- a/example/esp_idf/main/esp_idf.c +++ b/example/esp_idf/main/esp_idf.c @@ -33,6 +33,6 @@ void app_main(void) while(1) { xcmd_task(); - vTaskDelay(pdMS_TO_TICKS(10)); + // vTaskDelay(pdMS_TO_TICKS(10)); } }