Skip to content

Commit

Permalink
Disable allocation to PSRAM for LwIP and WiFi on ESP32
Browse files Browse the repository at this point in the history
Having it enabled is causing bad packets being transmitted in some situations
  • Loading branch information
me-no-dev committed Apr 21, 2022
1 parent 8b3bdef commit bf3d652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/defconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf3d652

Please sign in to comment.