mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cdef1ea38a
Example includes README and sdkconfig.defaults with notes about trade-offs made for minimum boot time.
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
# 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.
|
|
CONFIG_ESP32_RTC_CLK_CAL_CYCLES=0
|