Merge pull request #8465 from Jason2866/patch-1

Enable user_config_override.h for ESP32 by default
This commit is contained in:
Theo Arends 2020-05-17 15:10:59 +02:00 committed by GitHub
commit 01ae037253
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