From bed946d028a176a47addf865ada3ce9f9530531e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:10:18 +0200 Subject: [PATCH] sdkconfig should be first --- platformio_tasmota32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 20dbf5fcc..3342ead9c 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -53,8 +53,8 @@ build_flags = ${esp_defaults.build_flags} ;for TLS we can afford compiling for 4K RSA keys -DUSE_4K_RSA -I$PROJECT_DIR/include - -include "fix_esp32c3.h" -include "sdkconfig.h" + -include "fix_esp32c3.h" [core32]