Disable allocation to PSRAM for LwIP and WiFi on ESP32
Having it enabled is causing bad packets being transmitted in some situations
This commit is contained in:
parent
8b3bdef781
commit
bf3d652a31
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y
|
|||
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
|
||||
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
||||
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=4096
|
||||
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
|
||||
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=0
|
||||
CONFIG_ESP32_ULP_COPROC_ENABLED=y
|
||||
CONFIG_ESP32_XTAL_FREQ_AUTO=y
|
||||
|
|
|
|||
Loading…
Reference in a new issue