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:
Jason2866 2020-05-17 14:55:00 +02:00 committed by GitHub
parent 1c441f9059
commit 5f7635e68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ build_flags = ${esp_defaults.build_flags}
-D sint16_t=int16_t
-D memcpy_P=memcpy
-D memcmp_P=memcmp
; -D USE_CONFIG_OVERRIDE
-D USE_CONFIG_OVERRIDE
lib_extra_dirs =
libesp32