Move user_config_override.h

This commit is contained in:
fvanroie 2021-02-16 17:03:19 +01:00
parent 5ffbd18d8b
commit b992779c36
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,11 +6,14 @@
.pio
data/*
src/user_setups/active/*
include/user_config_override.h
src/user_config_override.h
user_config_override.h
platformio_override.ini
user_setups/active/*
build_output/*
build_output/firmware/*.bin
build_output/firmware/*.exe
## Test result files
*.xml

View File

@ -14,7 +14,7 @@ extra_configs =
[override]
; -- Hasp config options --------------------------------------
build_flags =
; -- Uncomment the next line to use the file src/user_config_override.h settings
; -- Uncomment the next line to use the file include/user_config_override.h settings
; -DUSE_CONFIG_OVERRIDE
;region -- Default Build Environments : Used when Build All ---