Skip to content

Commit bf3d652

Browse files
committed
Disable allocation to PSRAM for LwIP and WiFi on ESP32
Having it enabled is causing bad packets being transmitted in some situations
1 parent 8b3bdef commit bf3d652

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: configs/defconfig.esp32

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y
1818
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
1919
CONFIG_ESP32_SPIRAM_SUPPORT=y
2020
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=4096
21-
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
2221
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=0
2322
CONFIG_ESP32_ULP_COPROC_ENABLED=y
2423
CONFIG_ESP32_XTAL_FREQ_AUTO=y

0 commit comments

Comments
 (0)