platformio.ini: fixed path in build_flags
This commit is contained in:
parent
334255849e
commit
fbdb77d899
@ -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 $PROJECTSRC_DIR/hal/${PIOENV}.h
|
-include $PROJECT_DIR/src/hal/${PIOENV}.h
|
||||||
-include $PROJECTSRC_DIR/paxcounter.conf
|
-include $PROJECT_DIR/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}'
|
||||||
|
Loading…
Reference in New Issue
Block a user