feat: Add POWERSAVE command with DFS + light sleep (v1.6)

Enable ESP-IDF power management framework (DFS 240/80 MHz + light sleep)
and add POWERSAVE command to toggle WiFi modem sleep. NVS-persisted,
default off. Automatically disabled during POWERTEST.
This commit is contained in:
user
2026-02-04 22:34:13 +01:00
parent b8f568890f
commit 47db176619
2 changed files with 71 additions and 4 deletions

View File

@@ -76,3 +76,9 @@ CONFIG_BTDM_CTRL_MODE_BTDM=n
CONFIG_BT_BLUEDROID_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_ESP_WIFI_IRAM_OPT=n
#
# Power Management
#
CONFIG_PM_ENABLE=y
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y