mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: Turn off wifi iram optimization by default, when using both Bluetooth and psram
This commit is contained in:
parent
5e7f43f3d1
commit
b7334b0366
@ -309,8 +309,8 @@ menu "Wi-Fi"
|
||||
default n
|
||||
|
||||
config ESP32_WIFI_IRAM_OPT
|
||||
depends on !(BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
||||
bool "WiFi IRAM speed optimization"
|
||||
default n if (BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
||||
default y
|
||||
help
|
||||
Select this option to place frequently called Wi-Fi library functions in IRAM.
|
||||
@ -318,8 +318,8 @@ menu "Wi-Fi"
|
||||
but Wi-Fi throughput will be reduced.
|
||||
|
||||
config ESP32_WIFI_RX_IRAM_OPT
|
||||
depends on !(BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
||||
bool "WiFi RX IRAM speed optimization"
|
||||
default n if (BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
||||
default y
|
||||
help
|
||||
Select this option to place frequently called Wi-Fi library RX functions in IRAM.
|
||||
|
Loading…
Reference in New Issue
Block a user