This commit is contained in:
livello
2018-05-22 18:16:50 +03:00
parent dc110e0b79
commit bc44c146b9

View File

@@ -11,8 +11,8 @@
src_dir = lighthub
env_default =
; megaatmega2560
due
; esp8266
; due
esp8266
[env:due]
platform = atmelsam
framework = arduino
@@ -67,6 +67,7 @@ framework = arduino
board = nodemcuv2
lib_ldf_mode = chain+
build_flags = !echo -n "-DPIO_SRC_REV="$(git log --pretty=format:%h_%ad -1 --date=short)
pre = test.py
lib_deps =
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
https://github.com/anklimov/DS2482_OneWire
@@ -79,3 +80,4 @@ lib_deps =
https://github.com/knolleary/pubsubclient.git
https://github.com/anklimov/Artnet.git
FastLED
WifiManager@0.12