Skip to content

Commit

Permalink
v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Oct 16, 2021
1 parent 8a9d09f commit d2aa2a6
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 @@ -25,7 +25,7 @@ At the moment there is also a Node-Red Node ([node-red-contrib-pixelit](https://
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.3.12 (2021-10-16)

- (o0shojo0o) add option for DayLightSaving
- (o0shojo0o) add option for 12H / 24H
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.11_beta"
#define VERSION "0.3.12"

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

0 comments on commit d2aa2a6

Please sign in to comment.