mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
refactor(lp_ana_periph): sync the reg names to TRM (part2)
This commit is contained in:
@@ -443,7 +443,7 @@ The Touch Element Wakeup example is available in `system/light_sleep` directory.
|
||||
|
||||
// ESP_ERROR_CHECK(touch_element_enable_light_sleep(&sleep_config));
|
||||
ESP_ERROR_CHECK(touch_element_enable_deep_sleep(button_handle[0], &sleep_config));
|
||||
// ESP_ERROR_CHECK(touch_element_sleep_enable_wakeup_calibration(button_handle[0], false)); // (optional) Disable wakeup calibration to prevent updating the baseline to a wrong value
|
||||
// ESP_ERROR_CHECK(touch_element_sleep_enable_wakeup_calibration(button_handle[0], false)); // (optional) Disable wakeup calibration to prevent updating the benchmark to a wrong value
|
||||
|
||||
touch_element_start();
|
||||
|
||||
|
Reference in New Issue
Block a user