mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12335 from Jason2866/include
Move "includes"" from c3 env to esp32 default settings
This commit is contained in:
commit
2e97e58830
|
@ -52,6 +52,9 @@ build_flags = ${esp_defaults.build_flags}
|
||||||
-Dmemcmp_P=memcmp
|
-Dmemcmp_P=memcmp
|
||||||
;for TLS we can afford compiling for 4K RSA keys
|
;for TLS we can afford compiling for 4K RSA keys
|
||||||
-DUSE_4K_RSA
|
-DUSE_4K_RSA
|
||||||
|
-I$PROJECT_DIR/include
|
||||||
|
-include "sdkconfig.h"
|
||||||
|
-include "fix_esp32c3.h"
|
||||||
|
|
||||||
|
|
||||||
[core32]
|
[core32]
|
||||||
|
|
|
@ -64,9 +64,6 @@ build_unflags = ${esp32_defaults.build_unflags}
|
||||||
-mtarget-align
|
-mtarget-align
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
-Wno-switch-unreachable
|
-Wno-switch-unreachable
|
||||||
-I$PROJECT_DIR/include
|
|
||||||
-include "fix_esp32c3.h"
|
|
||||||
-include "sdkconfig.h"
|
|
||||||
;-DESP32_STAGE=true
|
;-DESP32_STAGE=true
|
||||||
lib_extra_dirs = lib/libesp32
|
lib_extra_dirs = lib/libesp32
|
||||||
lib/libesp32_lvgl
|
lib/libesp32_lvgl
|
||||||
|
|
Loading…
Reference in New Issue