diff --git a/README.md b/README.md index dff2b46..4dc28f9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/PixelIt.ino b/src/PixelIt.ino index 4f78908..11638bf 100644 --- a/src/PixelIt.ino +++ b/src/PixelIt.ino @@ -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);