disable reduce PHY TX power when brownout reset

This commit is contained in:
muhaidong 2023-03-17 15:25:28 +08:00
parent 7eba5f8002
commit b91d25e575

View File

@ -99,8 +99,8 @@ menu "PHY"
config ESP_PHY_REDUCE_TX_POWER
bool "Reduce PHY TX power when brownout reset"
depends on ESP32_BROWNOUT_DET
default y
depends on ESP_BROWNOUT_DET
default n
help
When brownout reset occurs, reduce PHY TX power to keep the code running.