diff --git a/.gitignore b/.gitignore index 24f89b84..756b6d8b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/platformio_override-template.ini b/platformio_override-template.ini index ab5374e8..cd14bc2a 100644 --- a/platformio_override-template.ini +++ b/platformio_override-template.ini @@ -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 ---