version bump 2.2.3

This commit is contained in:
Debashish Sahu 2019-03-18 12:29:55 -04:00
parent b15f013019
commit d6be20546a
2 changed files with 7 additions and 1 deletions

View file

@ -1 +1 @@
#define SKETCH_VERSION "2.2.2"
#define SKETCH_VERSION "2.2.3"

View file

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