From 1b8ed97fc03c63a9ed0fdb3bc18f1905a4633439 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Wed, 9 May 2018 21:03:47 +0300 Subject: [PATCH] Fix for Controllino --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 96af23b..29db3bd 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,8 @@ ; http://docs.platformio.org/page/projectconf.html [platformio] src_dir = lighthub -env_default = due-5500 +env_default = + controllino ; megaatmega2560 ; megaatmega2560-5500 ; due @@ -62,14 +63,13 @@ lib_deps = FastLED ; 161 ; 322 - + [env:controllino] platform = atmelavr board = megaatmega2560 framework = arduino - ;lib_ldf_mode = chain+ build_flags = !echo -n "-DPIO_SRC_REV="$(git rev-parse --short HEAD) -build_flags = -D CONTROLLINO -D DMX_DISABLE -D OWIRE_DISABLE -D CUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:07 +build_flags = -D CONTROLLINO -D CUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:07 lib_deps = https://github.com/anklimov/Arduino-Temperature-Control-Library.git https://github.com/anklimov/DS2482_OneWire