keeping up with v 2.1.9

This commit is contained in:
Debashish Sahu 2018-12-13 11:27:53 -05:00
parent 35b989e98d
commit 26c1996e2a
2 changed files with 10 additions and 3 deletions

View file

@ -1 +1 @@
#define SKETCH_VERSION "2.1.9"
#define SKETCH_VERSION "2.2.0"

View file

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