From 5703b769f214ae3552d016627be758bac2955982 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Fri, 18 Nov 2016 15:14:02 +0200 Subject: [PATCH] pull sdkconfig early so IDF does not warn about redefinition --- cores/esp32/esp32-hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/esp32/esp32-hal.h b/cores/esp32/esp32-hal.h index 67b9ad3aa..3f0425007 100644 --- a/cores/esp32/esp32-hal.h +++ b/cores/esp32/esp32-hal.h @@ -32,6 +32,7 @@ extern "C" { #include #include #include +#include "sdkconfig.h" #ifndef CONFIG_DISABLE_HAL_LOCKS #define CONFIG_DISABLE_HAL_LOCKS 0 -- GitLab