added need to define USE_CONFIG_OVERRIDE in my_user_config.h

foxsam21 2019-05-19 12:33:15 -04:00
parent 191379a01f
commit 6e74c5b6b2
1 changed files with 1 additions and 1 deletions

@ -27,7 +27,7 @@ After loading the project, you will be greeted by the main window, presenting th
Explorer is the first place you need to look to edit your configuration.
#### :warning: ATTENTION:
The proper method of customizing firmware compilation options is to use the `user_config_override.h` file. Most customizations should not require changes to the `my_user_config.h` file. To modify the stock configuration:
The proper method of customizing firmware compilation options is to use the `user_config_override.h` file after uncommenting `#define USE_CONFIG_OVERRIDE` in the `my_user_config.h` file. Most customizations should not require any other changes to the `my_user_config.h` file. To modify the stock configuration:
1. Select the `/sonoff` folder in the Explorer (1) pane
2. Create a new file called `user_config_override.h`