10000 Update sdkconfig · silverchris/arduino-esp32@df631c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit df631c3

Browse files
committed
Update sdkconfig
1 parent 4d98cea commit df631c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/sdk/sdkconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ CONFIG_ESP32_PHY_MAX_TX_POWER=20
458458
#
459459
# Power Management
460460
#
461-
CONFIG_PM_ENABLE=
461+
CONFIG_PM_ENABLE=Y
462462

463463
#
464464
# Camera configuration
@@ -919,3 +919,6 @@ CONFIG_WL_SECTOR_SIZE=4096
919919
# Wi-Fi Provisioning Manager
920920
#
921921
CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16
922+
923+
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
924+
CONFIG_FREERTOS_IDLE_TIME_BEFORE_SLEEP=3

0 commit comments

Comments
 (0)
0