mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
bugfix: fix esp32c6eco1 fosc calibration cycles during sleep
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
|
||||
// Cycles for RTC Timer clock source (internal oscillator) calibrate
|
||||
#define RTC_CLK_SRC_CAL_CYCLES (10)
|
||||
#define FAST_CLK_SRC_CAL_CYCLES (2000) /* ~ 127.4 us */
|
||||
#define FAST_CLK_SRC_CAL_CYCLES (2048) /* ~ 127.4 us */
|
||||
|
||||
#ifdef CONFIG_IDF_TARGET_ESP32
|
||||
#define DEFAULT_SLEEP_OUT_OVERHEAD_US (212)
|
||||
|
Reference in New Issue
Block a user