Skip to content

Commit

Permalink
Update for 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
forkineye committed Aug 18, 2020
1 parent 2d2f512 commit 9a31d78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# Changelog

### 3.2

- Compiled against [2.6.4 Arduino Core](https://github.com/esp8266/Arduino/releases/tag/2.7.4)
- Updated to [AdruinoJson 6.16.1](https://github.com/bblanchon/ArduinoJson/releases/tag/v6.16.1)
- Updated to [async-mqtt-client 2019.12.08](https://github.com/marvinroger/async-mqtt-client/tree/7f1ba481a22d56ccf123e4b2f6e555d134c956d0)
- Fix for Client Timeout not Changing [Issue #201](https://github.com/forkineye/ESPixelStick/issues/201)

### 3.1

- Compiled against [2.6.3 Arduino Core](https://github.com/esp8266/Arduino/releases/tag/2.6.3)
Expand Down
2 changes: 1 addition & 1 deletion ESPixelStick.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef ESPIXELSTICK_H_
#define ESPIXELSTICK_H_

const char VERSION[] = "3.1";
const char VERSION[] = "3.2";
const char BUILD_DATE[] = __DATE__;

// Mode configuration moved to Mode.h to ease things with Travis
Expand Down
8 changes: 4 additions & 4 deletions dist/firmware/firmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
"name": "Pixel (WS2811 / GECE)",
"description": "Pixel Mode",
"version": "3.1 (20200110)",
"file": "pixel-3.1-1m_128k.bin"
"version": "3.2 (20200817)",
"file": "pixel-3.2-1m_128k.bin"
},
{
"name": "Serial (DMX / Renard)",
"description": "Serial Mode",
"version": "3.1 (20200110)",
"file": "serial-3.1-1m_128k.bin"
"version": "3.2 (20200817)",
"file": "serial-3.2-1m_128k.bin"
}
],

Expand Down

0 comments on commit 9a31d78

Please sign in to comment.