mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-18 15:46:56 +08:00
4 lines
163 B
C
4 lines
163 B
C
#define CONFIG_NVS_ENCRYPTION 1
|
|
//currently use the legacy implementation, since the stubs for new HAL are not done yet
|
|
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
|