new sdkconfig for lyrat-mini
This commit is contained in:
parent
2f20a8f44f
commit
e4ef77337a
1 changed files with 5 additions and 4 deletions
|
|
@ -22,6 +22,7 @@ CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16
|
|||
CONFIG_ESP_LYRAT_MINI_V1_1_BOARD=y
|
||||
# CONFIG_ESP32_KORVO_DU1906_BOARD is not set
|
||||
# CONFIG_ESP32_S2_KALUGA_1_V1_2_BOARD is not set
|
||||
# CONFIG_ESP32_S3_KORVO2_V3_BOARD is not set
|
||||
# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set
|
||||
# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set
|
||||
# CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set
|
||||
|
|
@ -197,11 +198,11 @@ CONFIG_MONITOR_BAUD_115200B=y
|
|||
# CONFIG_MONITOR_BAUD_OTHER is not set
|
||||
CONFIG_MONITOR_BAUD_OTHER_VAL=115200
|
||||
CONFIG_MONITOR_BAUD=115200
|
||||
CONFIG_PARTITION_TABLE_SINGLE_APP=y
|
||||
# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
|
||||
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
|
||||
# CONFIG_PARTITION_TABLE_CUSTOM is not set
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_pd.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_pd.csv"
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
||||
CONFIG_PARTITION_TABLE_MD5=y
|
||||
CONFIG_OPTIMIZATION_LEVEL_DEBUG=y
|
||||
|
|
|
|||
Loading…
Reference in a new issue