Skip to content

Commit 9a31d78

Browse files
committed
Update for 3.2
1 parent 2d2f512 commit 9a31d78

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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)

ESPixelStick.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef ESPIXELSTICK_H_
2121
#define ESPIXELSTICK_H_
2222

23-
const char VERSION[] = "3.1";
23+
const char VERSION[] = "3.2";
2424
const char BUILD_DATE[] = __DATE__;
2525

2626
// Mode configuration moved to Mode.h to ease things with Travis

dist/firmware/firmware.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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

0 commit comments

Comments
 (0)