Browse Source

Added custom.h entry in the all.h file. See issue #104

fastled
Xose Pérez 7 years ago
parent
commit
f45db831c0
2 changed files with 10 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +9
    -0
      code/espurna/config/all.h

+ 1
- 0
.gitignore View File

@ -11,3 +11,4 @@ credentials.h
.build
node_modules
code/utils
custom.h

+ 9
- 0
code/espurna/config/all.h View File

@ -5,3 +5,12 @@
#include "general.h"
#include "hardware.h"
#include "sensors.h"
/*
If you want to modify the stock configuration but you don't want to touch
the repo files you can uncomment the following line and add a "custom.h"
file to this same folder.
Check https://bitbucket.org/xoseperez/espurna/issues/104/general_customh
for an example on how to use this file.
*/
//#include "custom.h"

Loading…
Cancel
Save