Skip to content

Commit 3d869f5

Browse files
committed
revert sdkconfig changes from main
1 parent 13b9fb8 commit 3d869f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdkconfig.defaults

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ CONFIG_SPIRAM_USE_MALLOC=y
2727
CONFIG_SPIRAM_MODE_OCT=y
2828
CONFIG_SPIRAM_SPEED_80M=y
2929
# anything larger than this is attempted to allocate within SPIRAM first
30-
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
30+
# CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
3131
# specifcally reserved internally for DMA
32-
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=262144
33-
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
32+
# CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=262144
33+
# CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
3434

3535
#
3636
# Partition Table

0 commit comments

Comments
 (0)