Search found 1 match

by MikitaMinau
Thu Sep 09, 2021 2:08 pm
Forum: Report Bugs
Topic: Automatic light sleep works incorrectly if CONFIG_ESP32_TIME_SYSCALL_USE_RTC is set
Replies: 0
Views: 10816

Automatic light sleep works incorrectly if CONFIG_ESP32_TIME_SYSCALL_USE_RTC is set

Conditions Chip: ESP32 IDF version: v4.3 Power Management settings: esp_pm_config_esp32_t pm_config = { .max_freq_mhz = ESP32_CORE_MAX_SPEED_MHZ, .min_freq_mhz = ESP32_CORE_MIN_SPEED_MHZ, .light_sleep_enable = true }; ESP_ERROR_CHECK(esp_pm_configure(&pm_config)); BLE is on. WiFi is off. When CONFI...