From 79942b28dc80d98f2c0ee1f3d1a5ecbbd630c468 Mon Sep 17 00:00:00 2001 From: livello Date: Thu, 15 Mar 2018 00:14:52 +0300 Subject: [PATCH] fix libdeps mess --- platformio.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 5291d2c..255bd36 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,12 +11,13 @@ src_dir = lighthub env_default = megaatmega2560 -; due + due [env:due] platform = atmelsam framework = arduino board = due +lib_ldf_mode = chain+ lib_deps = https://github.com/sebnil/DueFlashStorage 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/ModbusMaster 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/anklimov/Artnet.git FastLED @@ -37,6 +38,7 @@ lib_deps = platform = atmelavr board = megaatmega2560 framework = arduino +lib_ldf_mode = chain+ lib_deps = https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 https://github.com/anklimov/DS2482_OneWire