diff --git a/Arduino/McLighting/version.h b/Arduino/McLighting/version.h index 81b616b..510ef45 100644 --- a/Arduino/McLighting/version.h +++ b/Arduino/McLighting/version.h @@ -1 +1 @@ -#define SKETCH_VERSION "2.1.9" \ No newline at end of file +#define SKETCH_VERSION "2.2.0" \ No newline at end of file diff --git a/Arduino/McLighting/version_info.ino b/Arduino/McLighting/version_info.ino index a2f6942..ad04dc2 100644 --- a/Arduino/McLighting/version_info.ino +++ b/Arduino/McLighting/version_info.ino @@ -36,6 +36,13 @@ * - Fix Auto-Discovery for HA version >= 0.84 #286 * - Fix #283 * - * 12 Dec 2018 v 2.1.9 - * - Add E1.31 mode + * 12 Dec 2018 v 2.2.0 + * - Add E1.31 mode initial commit + * - E1.31 mode when activated now stops current animation + * + * 13 Dec 2018 v 2.1.9 + * - HA is not getting the correct animation name being run, boils down to changes to ArduinoJson library + * - Bump ArduinoJson library requirment for v6.7.0-beta (better memory management) + * - sendState() needs extra memory for jsonBuffer + * - sensState() effect can be sent directly instead of copying from PROGMEM */