mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Enable user_config_override.h for ESP32 by default
since we have always a user_config_override.h generated with override_copy.py if there is none.
This commit is contained in:
parent
1c441f9059
commit
5f7635e68b
@ -188,7 +188,7 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
-D sint16_t=int16_t
|
-D sint16_t=int16_t
|
||||||
-D memcpy_P=memcpy
|
-D memcpy_P=memcpy
|
||||||
-D memcmp_P=memcmp
|
-D memcmp_P=memcmp
|
||||||
; -D USE_CONFIG_OVERRIDE
|
-D USE_CONFIG_OVERRIDE
|
||||||
|
|
||||||
lib_extra_dirs =
|
lib_extra_dirs =
|
||||||
libesp32
|
libesp32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user