mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
examples/wifi/power_save: use 1000Hz freertos tick to lower sleep time threshold
This commit is contained in:
parent
63db044e9c
commit
5d6c050376
@ -12,3 +12,5 @@ CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL=y
|
|||||||
CONFIG_PM_SLP_DISABLE_GPIO=y
|
CONFIG_PM_SLP_DISABLE_GPIO=y
|
||||||
# Enable wifi sleep iram optimization
|
# Enable wifi sleep iram optimization
|
||||||
CONFIG_ESP_WIFI_SLP_IRAM_OPT=y
|
CONFIG_ESP_WIFI_SLP_IRAM_OPT=y
|
||||||
|
# Use 1000Hz freertos tick to lower sleep time threshold
|
||||||
|
CONFIG_FREERTOS_HZ=1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user