8000 Enable CONFIG_ESP_PHY_REDUCE_TX_POWER to help brownout when WiFi is t… · XiROAD/esp32-arduino-lib-builder@6683a0d · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6683a0d

Browse files
authored
Enable CONFIG_ESP_PHY_REDUCE_TX_POWER to help brownout when WiFi is turned on (espressif#185)
1 parent 4b47beb commit 6683a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/defconfig.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CONFIG_ESP_WIFI_CSI_ENABLED=y
2929
CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y
3030
# CONFIG_ESP_WIFI_IRAM_OPT is not set
3131
# CONFIG_ESP_WIFI_RX_IRAM_OPT is not set
32+
CONFIG_ESP_PHY_REDUCE_TX_POWER=y
3233
CONFIG_ETH_SPI_ETHERNET_DM9051=y
3334
CONFIG_ETH_SPI_ETHERNET_W5500=y
3435
CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL=y

0 commit comments

Comments
 (0)
0