esp-idf/examples/system/startup_time/sdkconfig.defaults.esp32c2

6 lines
227 B
Plaintext
Raw Normal View History

# Not calibrating RTC_SLOW_CLK saves a small amount of time during boot.
#
# Setting option to zero is only recommended if not using sleep modes, or
# if you don't need accurate sleep times.
2022-01-17 21:32:56 -05:00
CONFIG_ESP32C2_RTC_CLK_CAL_CYCLES=0