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 */