File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11
22# Changelog
33
4+ ### 3.2
5+
6+ - Compiled against [ 2.6.4 Arduino Core] ( https://github.com/esp8266/Arduino/releases/tag/2.7.4 )
7+ - Updated to [ AdruinoJson 6.16.1] ( https://github.com/bblanchon/ArduinoJson/releases/tag/v6.16.1 )
8+ - Updated to [ async-mqtt-client 2019.12.08] ( https://github.com/marvinroger/async-mqtt-client/tree/7f1ba481a22d56ccf123e4b2f6e555d134c956d0 )
9+ - Fix for Client Timeout not Changing [ Issue #201 ] ( https://github.com/forkineye/ESPixelStick/issues/201 )
10+
411### 3.1
512
613- Compiled against [ 2.6.3 Arduino Core] ( https://github.com/esp8266/Arduino/releases/tag/2.6.3 )
Original file line number Diff line number Diff line change 2020#ifndef ESPIXELSTICK_H_
2121#define ESPIXELSTICK_H_
2222
23- const char VERSION[] = " 3.1 " ;
23+ const char VERSION[] = " 3.2 " ;
2424const char BUILD_DATE[] = __DATE__;
2525
2626// Mode configuration moved to Mode.h to ease things with Travis
Original file line number Diff line number Diff line change 33 {
44 "name" : " Pixel (WS2811 / GECE)" ,
55 "description" : " Pixel Mode" ,
6- "version" : " 3.1 (20200110 )" ,
7- "file" : " pixel-3.1 -1m_128k.bin"
6+ "version" : " 3.2 (20200817 )" ,
7+ "file" : " pixel-3.2 -1m_128k.bin"
88 },
99 {
1010 "name" : " Serial (DMX / Renard)" ,
1111 "description" : " Serial Mode" ,
12- "version" : " 3.1 (20200110 )" ,
13- "file" : " serial-3.1 -1m_128k.bin"
12+ "version" : " 3.2 (20200817 )" ,
13+ "file" : " serial-3.2 -1m_128k.bin"
1414 }
1515 ],
1616
You can’t perform that action at this time.
0 commit comments