fix libdeps mess

This commit is contained in:
livello
2018-03-15 00:14:52 +03:00
parent 196aab81ec
commit 79942b28dc

View File

@@ -11,12 +11,13 @@
src_dir = lighthub src_dir = lighthub
env_default = env_default =
megaatmega2560 megaatmega2560
; due due
[env:due] [env:due]
platform = atmelsam platform = atmelsam
framework = arduino framework = arduino
board = due board = due
lib_ldf_mode = chain+
lib_deps = lib_deps =
https://github.com/sebnil/DueFlashStorage https://github.com/sebnil/DueFlashStorage
https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49
@@ -27,7 +28,7 @@ lib_deps =
https://github.com/anklimov/CmdArduino https://github.com/anklimov/CmdArduino
https://github.com/anklimov/ModbusMaster https://github.com/anklimov/ModbusMaster
https://github.com/anklimov/Ethernet https://github.com/anklimov/Ethernet
https://github.com/PaulStoffregen/SPI.git ; https://github.com/PaulStoffregen/SPI.git
https://github.com/knolleary/pubsubclient.git https://github.com/knolleary/pubsubclient.git
https://github.com/anklimov/Artnet.git https://github.com/anklimov/Artnet.git
FastLED FastLED
@@ -37,6 +38,7 @@ lib_deps =
platform = atmelavr platform = atmelavr
board = megaatmega2560 board = megaatmega2560
framework = arduino framework = arduino
lib_ldf_mode = chain+
lib_deps = lib_deps =
https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49
https://github.com/anklimov/DS2482_OneWire https://github.com/anklimov/DS2482_OneWire