sdkconfig.h 275 B

123456
  1. #define CONFIG_NVS_ENCRYPTION 1
  2. //currently use the legacy implementation, since the stubs for new HAL are not done yet
  3. #define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
  4. #define CONFIG_LOG_MAXIMUM_LEVEL 3
  5. #define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
  6. #define CONFIG_IDF_TARGET_LINUX 1