Skip to content

Commit f3bc6a2

Browse files
committed
sdkconfig: add Power Management default config
1 parent af6ecef commit f3bc6a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdkconfig.defaults

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
3333
CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
3434
CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=n
3535

36+
#
37+
# Power Management
38+
#
39+
CONFIG_PM_ENABLE=y
40+
CONFIG_PM_DFS_INIT_AUTO=y
41+
3642
#
3743
# FreeRTOS
3844
#

0 commit comments

Comments
 (0)