mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 09:02:10 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -840,6 +840,6 @@ void app_main(void)
|
|||||||
vTaskDelay(CONFIG_BLINK_PERIOD / portTICK_PERIOD_MS);
|
vTaskDelay(CONFIG_BLINK_PERIOD / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
|
|
||||||
ESP_ERROR_CHECK(adc_continuous_stop(handle));
|
//ESP_ERROR_CHECK(adc_continuous_stop(handle));
|
||||||
ESP_ERROR_CHECK(adc_continuous_deinit(handle));
|
//ESP_ERROR_CHECK(adc_continuous_deinit(handle));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user