fix lib deps

This commit is contained in:
Glyn Hudson 2016-10-12 20:35:45 +01:00
parent ad598578a6
commit a6e1d04180
2 changed files with 6 additions and 20 deletions

View File

@ -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