bugfix platformio.ini
This commit is contained in:
parent
2e51071d87
commit
b38d9ab980
@ -55,11 +55,11 @@ lib_deps_rgbled =
|
|||||||
lib_deps_gps =
|
lib_deps_gps =
|
||||||
TinyGPSPlus@>=1.0.2
|
TinyGPSPlus@>=1.0.2
|
||||||
build_flags =
|
build_flags =
|
||||||
-include $PROJECTSRC_DIR/hal/${PIOENV}.h
|
-include src/hal/${PIOENV}.h
|
||||||
-include $PROJECTSRC_DIR/paxcounter.conf
|
-include src/paxcounter.conf
|
||||||
-w
|
-w
|
||||||
;'-D ARDUINO_LMIC_PROJECT_CONFIG_H="$PROJECTSRC_DIR/lmic_config.h"'
|
;'-D ARDUINO_LMIC_PROJECT_CONFIG_H="/$PROJECTSRC_DIR/lmic_config.h"'
|
||||||
'-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h'
|
'-D ARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h'
|
||||||
'-D CORE_DEBUG_LEVEL=${common.debug_level}'
|
'-D CORE_DEBUG_LEVEL=${common.debug_level}'
|
||||||
'-D LOG_LOCAL_LEVEL=${common.debug_level}'
|
'-D LOG_LOCAL_LEVEL=${common.debug_level}'
|
||||||
'-D BINTRAY_PACKAGE="${PIOENV}"'
|
'-D BINTRAY_PACKAGE="${PIOENV}"'
|
||||||
|
Loading…
Reference in New Issue
Block a user