Skip to content

Commit bf3d652

Browse files
committedApr 21, 2022
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
 

‎configs/defconfig.esp32

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.