From b992779c3693f16e033f655e6f0a454396d46c88 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 16 Feb 2021 17:03:19 +0100 Subject: [PATCH] Move user_config_override.h --- .gitignore | 3 +++ platformio_override-template.ini | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 ---