Browse Source

Add empty build.h file to repo

softuart
Xose Pérez 6 years ago
parent
commit
a71e88e028
3 changed files with 3 additions and 2 deletions
  1. +0
    -1
      .gitignore
  2. +0
    -1
      code/.gitignore
  3. +3
    -0
      code/espurna/config/build.h

+ 0
- 1
.gitignore View File

@ -8,7 +8,6 @@ firmware*
.gcc-flags.json
.sconsign.dblite
credentials.h
build.h
node_modules
code/utils
custom.h


+ 0
- 1
code/.gitignore View File

@ -4,6 +4,5 @@
.piolibdeps
.vscode/c_cpp_properties.json
core_version.h
build.h
.pioenvs
.piolibdeps

+ 3
- 0
code/espurna/config/build.h View File

@ -0,0 +1,3 @@
// DO NOT EDIT THIS FILE MANUALLY
// This file is modified by PlatformIO
#define APP_BUILD_FLAGS ""

Loading…
Cancel
Save