mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Move user_config_override.h
This commit is contained in:
parent
5ffbd18d8b
commit
b992779c36
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,11 +6,14 @@
|
|||||||
.pio
|
.pio
|
||||||
data/*
|
data/*
|
||||||
src/user_setups/active/*
|
src/user_setups/active/*
|
||||||
|
include/user_config_override.h
|
||||||
src/user_config_override.h
|
src/user_config_override.h
|
||||||
|
user_config_override.h
|
||||||
platformio_override.ini
|
platformio_override.ini
|
||||||
user_setups/active/*
|
user_setups/active/*
|
||||||
build_output/*
|
build_output/*
|
||||||
build_output/firmware/*.bin
|
build_output/firmware/*.bin
|
||||||
|
build_output/firmware/*.exe
|
||||||
|
|
||||||
## Test result files
|
## Test result files
|
||||||
*.xml
|
*.xml
|
||||||
|
@ -14,7 +14,7 @@ extra_configs =
|
|||||||
[override]
|
[override]
|
||||||
; -- Hasp config options --------------------------------------
|
; -- Hasp config options --------------------------------------
|
||||||
build_flags =
|
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
|
; -DUSE_CONFIG_OVERRIDE
|
||||||
|
|
||||||
;region -- Default Build Environments : Used when Build All ---
|
;region -- Default Build Environments : Used when Build All ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user