Skip to content

Commit b646383

Browse files
authored
Update sdkconfig.esp32
1 parent f2e2bed commit b646383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdkconfig.esp32

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,9 +1425,9 @@ CONFIG_VFS_SEMIHOSTFS_HOST_PATH_MAX_LEN=128
14251425
#
14261426
# Wear Levelling
14271427
#
1428-
# CONFIG_WL_SECTOR_SIZE_512 is not set
1429-
CONFIG_WL_SECTOR_SIZE_4096=y
1430-
CONFIG_WL_SECTOR_SIZE=4096
1428+
CONFIG_WL_SECTOR_SIZE_512=y
1429+
#CONFIG_WL_SECTOR_SIZE_4096=y
1430+
CONFIG_WL_SECTOR_SIZE=512
14311431
# end of Wear Levelling
14321432

14331433
#

0 commit comments

Comments
 (0)