mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(esp_hw_support): support switch to VBAT power supply in deepsleep on esp32p4
This commit is contained in:
@@ -157,7 +157,7 @@ if(NOT non_os_build)
|
||||
list(APPEND srcs "power_supply/brownout.c")
|
||||
endif()
|
||||
|
||||
if(CONFIG_ESP_VBAT_INIT_AUTO)
|
||||
if(CONFIG_SOC_VBAT_SUPPORTED)
|
||||
list(APPEND srcs "power_supply/vbat.c")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user