fix lib deps
This commit is contained in:
parent
ad598578a6
commit
a6e1d04180
|
|
@ -21,10 +21,13 @@
|
|||
env_default = emonth2
|
||||
|
||||
[common]
|
||||
# http://docs.platformio.org/en/stable/projectconf.html#lib-deps
|
||||
lib_deps_external =
|
||||
DallasTemperature @3.7.7
|
||||
JeeLib @c057b5f4c0
|
||||
SI7021 @c5ce0922ef
|
||||
Si7021 @c5ce0922ef
|
||||
|
||||
build_flags = -D BUILD_TAG=3.0.0
|
||||
|
||||
[env:emonth2]
|
||||
platform = atmelavr
|
||||
|
|
@ -42,24 +45,7 @@ lib_deps = ${common.lib_deps_external}
|
|||
upload_protocol = stk500v2
|
||||
upload_flags = -Pusb
|
||||
|
||||
|
||||
|
||||
[common]
|
||||
build_flags = -D BUILD_TAG=2.5.0
|
||||
|
||||
# http://docs.platformio.org/en/stable/projectconf.html#lib-deps
|
||||
lib_deps_external =
|
||||
DallasTemperature @3.7.7
|
||||
EmonLib
|
||||
JeeLib@c057b5f4c0
|
||||
|
||||
[env:emontx]
|
||||
platform = atmelavr
|
||||
framework = arduino
|
||||
board = uno
|
||||
build_flags = ${common.build_flags}
|
||||
|
||||
[env:emontx_deploy]
|
||||
[env:emonth2_deploy]
|
||||
platform = atmelavr
|
||||
framework = arduino
|
||||
board = uno
|
||||
|
|
|
|||
Loading…
Reference in New Issue