Skip to content

Commit

Permalink
platformio.ini: include path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus K Wilting authored and Klaus K Wilting committed Dec 11, 2018
1 parent fbdb77d commit b73667c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ lib_deps_all =
${common.lib_deps_rgbled}
${common.lib_deps_gps}
build_flags_basic =
-include $PROJECT_DIR/src/hal/${PIOENV}.h
-include $PROJECT_DIR/src/paxcounter.conf
-include "src/hal/${PIOENV}.h"
-include "src/paxcounter.conf"
-w
'-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h'
'-DCORE_DEBUG_LEVEL=${common.debug_level}'
Expand Down

0 comments on commit b73667c

Please sign in to comment.