From e236f4db3823b086e230e45a6586568e0baab2b4 Mon Sep 17 00:00:00 2001 From: Legion2 Date: Sat, 9 Mar 2019 20:23:36 +0100 Subject: [PATCH] release 0.2.0 added use of EEPROM implemented all hardware playback modes breaking changes in the api --- README.md | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d80e01f..93b1452d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ * Control LEDs with the Corsair Link or the iCUE software. * Easy to use with [FastLED](http://fastled.io/) * [Supported LED chipsets](https://github.com/FastLED/FastLED/wiki/Overview#chipsets) +* persistent settings for use without USB connection ![Overview](docs/Overview.png) diff --git a/library.properties b/library.properties index 246efbec..5e2aab30 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Corsair Lighting Protocol -version=0.1.0 +version=0.2.0 author=Leon Kiefer maintainer=Leon Kiefer sentence=Allows iCUE to control RGB LEDs.