From cedd6224ec235b6c1975eb15d400cb58461166db Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Thu, 10 Jun 2021 08:30:41 +0000 Subject: [PATCH] Mv include --- platformio_tasmota32.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 247275dff..20dbf5fcc 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -52,6 +52,9 @@ build_flags = ${esp_defaults.build_flags} -Dmemcmp_P=memcmp ;for TLS we can afford compiling for 4K RSA keys -DUSE_4K_RSA + -I$PROJECT_DIR/include + -include "fix_esp32c3.h" + -include "sdkconfig.h" [core32]