From f4050e53de1ba899dcdb75d9cb63a95b46063314 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 3 Jun 2016 02:32:40 +0200 Subject: fastled now works on mimimus32 --- contrib/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index be93ef2..6e87923 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -23,7 +23,7 @@ ## LUFA_VERSION := 151115 -FASTLED_VERSION := v3.1.0 +FASTLED_VERSION := 3.1.0 BMP180_VERSION := V_1.1.2 all: download-lufa download-fastled update-pjon update-teensy-loader download-bmp180 @@ -34,11 +34,12 @@ LUFA-${LUFA_VERSION}.zip: wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@" unzip $@ -download-fastled: FastLED-${FASTLED_VERSION}.zip +download-fastled: FastLED-v${FASTLED_VERSION}.zip -FastLED-${FASTLED_VERSION}.zip: - wget "https://github.com/FastLED/FastLED/archive/${FASTLED_VERSION}.zip" -O "$@" +FastLED-v${FASTLED_VERSION}.zip: + wget "https://github.com/FastLED/FastLED/archive/v${FASTLED_VERSION}.zip" -O "$@" unzip $@ + cd FastLED-${FASTLED_VERSION}; patch -p1 < ../fastled4minimus32.patch download-bmp180: BMP180-${BMP180_VERSION}.zip -- cgit v1.2.3