Skip to content

Commit

Permalink
v0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Oct 31, 2021
1 parent f53e1a3 commit 3de7dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ also a node-red node ([node-red-contrib-pixelit](https://flows.nodered.org/node/
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.3.13 (2021-10-31)

- (o0shojo0o) added option for auto fallback animation
- (o0shojo0o) fixed auto brightness overrides sleep mode
Expand Down
2 changes: 1 addition & 1 deletion src/PixelIt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const int MQTT_RECONNECT_INTERVAL = 5000;
#define NUMMATRIX (32 * 8)
CRGB leds[NUMMATRIX];

#define VERSION "0.3.13_beta"
#define VERSION "0.3.13"

#if defined(ESP32)
TwoWire twowire(BME280_ADDRESS_ALTERNATE);
Expand Down

0 comments on commit 3de7dc4

Please sign in to comment.