platformio.ini: include path changed

This commit is contained in:
Klaus K Wilting 2018-12-11 23:20:32 +01:00
parent fbdb77d899
commit b73667ccc6

View File

@ -60,8 +60,8 @@ lib_deps_all =
${common.lib_deps_rgbled} ${common.lib_deps_rgbled}
${common.lib_deps_gps} ${common.lib_deps_gps}
build_flags_basic = build_flags_basic =
-include $PROJECT_DIR/src/hal/${PIOENV}.h -include "src/hal/${PIOENV}.h"
-include $PROJECT_DIR/src/paxcounter.conf -include "src/paxcounter.conf"
-w -w
'-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h' '-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h'
'-DCORE_DEBUG_LEVEL=${common.debug_level}' '-DCORE_DEBUG_LEVEL=${common.debug_level}'