From 15077576b1430a3f66d8d1912f1abe1e0f7f8a16 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 17 Aug 2017 14:53:24 +0200 Subject: [PATCH] esp32: update default sdkconfig --- port/esp32/template/sdkconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/port/esp32/template/sdkconfig b/port/esp32/template/sdkconfig index abc26c91b..21ebfdda9 100644 --- a/port/esp32/template/sdkconfig +++ b/port/esp32/template/sdkconfig @@ -19,7 +19,6 @@ CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y # CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set # CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set CONFIG_LOG_BOOTLOADER_LEVEL=2 -# CONFIG_BOOTLOADER_LTO is not set # # Security features @@ -326,3 +325,10 @@ CONFIG_OPENSSL_ASSERT_DO_NOTHING=y # # CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y + +# +# Wear Levelling +# +# CONFIG_WL_SECTOR_SIZE_512 is not set +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096