From dc4644dacb8ef89f2ba9f211a2e04371512f0bfb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 9 Nov 2022 08:26:20 +1100 Subject: Fix up sdkconfig diffs --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e1b231b..54fa1818 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.16) include(common.cmake) +set(SDKCONFIG_DEFAULTS "sdkconfig.common") + # No exceptions in app builds (this is different in test builds). idf_build_set_property(COMPILE_OPTIONS "-DRESULT_DISABLE_EXCEPTIONS" APPEND) -- cgit v1.2.3