Update platformio.ini
This commit is contained in:
parent
853bddd265
commit
a51deb4116
@ -71,6 +71,8 @@ lib_deps_sensors =
|
|||||||
Adafruit Unified Sensor@>=1.1.1
|
Adafruit Unified Sensor@>=1.1.1
|
||||||
Adafruit BME280 Library@>=2.0.0
|
Adafruit BME280 Library@>=2.0.0
|
||||||
Adafruit BMP085 Library@>=1.0.1
|
Adafruit BMP085 Library@>=1.0.1
|
||||||
|
lib_deps_sds =
|
||||||
|
https://github.com/ricki-z/SDS011.git#33fd8b6
|
||||||
lib_deps_basic =
|
lib_deps_basic =
|
||||||
ArduinoJson@^5.13.1
|
ArduinoJson@^5.13.1
|
||||||
76@>=1.2.4 ; #76 Timezone by Jack Christensen
|
76@>=1.2.4 ; #76 Timezone by Jack Christensen
|
||||||
@ -86,6 +88,7 @@ lib_deps_all =
|
|||||||
${common.lib_deps_gps}
|
${common.lib_deps_gps}
|
||||||
${common.lib_deps_sensors}
|
${common.lib_deps_sensors}
|
||||||
${common.lib_deps_matrix_display}
|
${common.lib_deps_matrix_display}
|
||||||
|
${common.lib_deps_sds}
|
||||||
build_flags_basic =
|
build_flags_basic =
|
||||||
-include "src/hal/${board.halfile}"
|
-include "src/hal/${board.halfile}"
|
||||||
-include "src/paxcounter.conf"
|
-include "src/paxcounter.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user