Fix up sdkconfig diffs
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
include(../common.cmake)
|
||||
|
||||
set(SDKCONFIG_DEFAULTS "../sdkconfig.common;sdkconfig.test")
|
||||
|
||||
idf_build_set_property(
|
||||
COMPILE_OPTIONS "-DCATCH_CONFIG_NO_POSIX_SIGNALS -DCATCH_CONFIG_FAST_COMPILE" APPEND)
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
CONFIG_ESP_TASK_WDT=n
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y
|
||||
CONFIG_BOOTLOADER_LOG_LEVEL=3
|
||||
CONFIG_ESP_TASK_WDT=n
|
||||
Reference in New Issue
Block a user