Skip to content

Commit

Permalink
v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Oct 13, 2021
1 parent 6f8a868 commit dee12ac
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.11 (2021-10-14)

- (o0shojo0o) new webinterface on vue base

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.10"
#define VERSION "0.3.11"

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

0 comments on commit dee12ac

Please sign in to comment.