From d6be20546ade208e6e3f8b4c05320ac91a90c195 Mon Sep 17 00:00:00 2001 From: Debashish Sahu Date: Mon, 18 Mar 2019 12:29:55 -0400 Subject: [PATCH] version bump 2.2.3 --- Arduino/McLighting/version.h | 2 +- Arduino/McLighting/version_info.ino | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Arduino/McLighting/version.h b/Arduino/McLighting/version.h index 08832bb..b16ad31 100644 --- a/Arduino/McLighting/version.h +++ b/Arduino/McLighting/version.h @@ -1 +1 @@ -#define SKETCH_VERSION "2.2.2" \ No newline at end of file +#define SKETCH_VERSION "2.2.3" \ No newline at end of file diff --git a/Arduino/McLighting/version_info.ino b/Arduino/McLighting/version_info.ino index 2764ee5..ecd38e1 100644 --- a/Arduino/McLighting/version_info.ino +++ b/Arduino/McLighting/version_info.ino @@ -82,4 +82,10 @@ * 7 Mar 2019 v 2.2.2 * - Add compiler flag for WS2811 strips #define LED_TYPE_WS2811 * - Hotfix #351 + * + * 18 Mar 2019 v 2.2.3 (mostly bugfix) + * - PubSubClient related bug fixed + * - UART 1 and 0 were mixed up + * - LWT revisit + * - Custom mode needs index */