platformio.ini: include path syntax
This commit is contained in:
parent
e838b53e7a
commit
624d647240
@ -59,8 +59,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 $PROJECTSRC_DIR/hal/${PIOENV}.h
|
||||||
-include $PROJECTSRC_DIR\\paxcounter.conf
|
-include $PROJECTSRC_DIR/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