v2.1.9
- Bump ArduinoJson library requirment for v6.7.0-beta (better memory management) - Update version - Update version info
This commit is contained in:
parent
5758aa5b06
commit
228666acbb
3 changed files with 9 additions and 3 deletions
|
@ -53,8 +53,8 @@
|
|||
#endif
|
||||
|
||||
#ifdef ARDUINOJSON_VERSION
|
||||
#if !(ARDUINOJSON_VERSION_MAJOR == 6 and ARDUINOJSON_VERSION_MINOR == 6)
|
||||
#error "Install ArduinoJson v6.6.0-beta"
|
||||
#if !(ARDUINOJSON_VERSION_MAJOR == 6 and ARDUINOJSON_VERSION_MINOR == 7)
|
||||
#error "Install ArduinoJson v6.7.0-beta"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SKETCH_VERSION "2.1.8"
|
||||
#define SKETCH_VERSION "2.1.9"
|
|
@ -35,4 +35,10 @@
|
|||
* 11 Dec 2018 v 2.1.8
|
||||
* - Fix Auto-Discovery for HA version >= 0.84 #286
|
||||
* - Fix #283
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue