diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1159152b..8f2550d9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
- name: Deploy ${{ matrix.environment }}
if: startsWith(github.ref_type, 'refs/tags/v')
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: ${{ matrix.environment }}
path: |
@@ -210,7 +210,7 @@ jobs:
needs: [build, check, doc]
steps:
- name: Deploy release artifacts
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/artifacts
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a8cd104b..7b4bc1f6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
run: platformio run --environment ${{ matrix.environment }}
- name: Deploy ${{ matrix.environment }} firmware
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ${{ matrix.environment }}_firmware
path: |
@@ -81,7 +81,7 @@ jobs:
run: platformio run --environment ${{ matrix.environment }} --target buildfs
- name: Deploy ${{ matrix.environment }} filesystem image
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ${{ matrix.environment }}_filesystem
path: |
@@ -96,7 +96,7 @@ jobs:
needs: [build]
steps:
- name: Download release artifacts
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/artifacts
diff --git a/README.md b/README.md
index d1f6780c..8f3d1b3d 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
[![Repo Status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
-[![Release](https://img.shields.io/github/release/BlueAndi/esp-rgb-led-matrix.svg)](https://github.com/BlueAndi/esp-rgb-led-matrix/releases)
-[![Build Status](https://github.com/BlueAndi/esp-rgb-led-matrix/actions/workflows/main.yml/badge.svg)](https://github.com/BlueAndi/esp-rgb-led-matrix/actions/workflows/main.yml)
+[![Release](https://img.shields.io/github/release/BlueAndi/Pixelix.svg)](https://github.com/BlueAndi/Pixelix/releases)
+[![Build Status](https://github.com/BlueAndi/Pixelix/actions/workflows/main.yml/badge.svg)](https://github.com/BlueAndi/Pixelix/actions/workflows/main.yml)
[![pixelix](https://img.youtube.com/vi/dik8Rm6f3o0/0.jpg)](https://www.youtube.com/watch?v=dik8Rm6f3o0 "Pixelix")
[![pixelix](https://img.youtube.com/vi/UCjJCI5JShY/0.jpg)](https://www.youtube.com/watch?v=UCjJCI5JShY "Pixelix - Remote Button")
@@ -319,7 +319,7 @@ build_flags =
| [Arduino client for MQTT](https://github.com/knolleary/pubsubclient) | This library provides a client for doing simple publish/subscribe messaging with a server that supports MQTT. | MIT |
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request. For questions to the community or showing the own Pixelix, the [Discord server](https://discord.gg/D3uYhBQBhf) can be used.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request. For questions to the community or showing the own Pixelix, the [Discord server](https://discord.gg/D3uYhBQBhf) can be used.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/config/mcu.ini b/config/mcu.ini
index bab3b3ea..22339895 100644
--- a/config/mcu.ini
+++ b/config/mcu.ini
@@ -24,7 +24,7 @@ lib_deps_external =
bblanchon/ArduinoJson @ ~6.21.3
bblanchon/StreamUtils @ ~1.7.3
muwerk/mufonts @ ~0.2.0
- https://github.com/BlueAndi/AsyncTCPSock
+ https://github.com/BlueAndi/AsyncTCPSock#feature/Arduino3.x.x
https://github.com/BlueAndi/ESPAsyncWebServer#tilde2
lib_deps_builtin =
Wire
diff --git a/data/about.html b/data/about.html
index 091c5198..fc032ddf 100644
--- a/data/about.html
+++ b/data/about.html
@@ -34,7 +34,7 @@
About
Author: BlueAndi
-
Project: PIXELIX
+
Project: PIXELIX
Thanks to all contributors:
- 0ooYoo0
@@ -79,7 +79,7 @@ About
diff --git a/data/debug.html b/data/debug.html
index d4343e1a..0d027eee 100644
--- a/data/debug.html
+++ b/data/debug.html
@@ -109,7 +109,7 @@ Debug
diff --git a/data/display.html b/data/display.html
index bfd743f5..76e40876 100644
--- a/data/display.html
+++ b/data/display.html
@@ -86,7 +86,7 @@ Display
diff --git a/data/edit.html b/data/edit.html
index 7b40eb97..ba160bc3 100644
--- a/data/edit.html
+++ b/data/edit.html
@@ -94,7 +94,7 @@ Files
diff --git a/data/error.html b/data/error.html
index 575bd5f3..ca15f1e6 100644
--- a/data/error.html
+++ b/data/error.html
@@ -44,7 +44,7 @@ Error
diff --git a/data/index.html b/data/index.html
index 8d39c377..52a28cd2 100644
--- a/data/index.html
+++ b/data/index.html
@@ -46,7 +46,7 @@ Welcome to
diff --git a/data/info.html b/data/info.html
index 71284991..831cb2f6 100644
--- a/data/info.html
+++ b/data/info.html
@@ -239,7 +239,7 @@ Filesystem
diff --git a/data/settings.html b/data/settings.html
index abefc0e2..1e872f46 100644
--- a/data/settings.html
+++ b/data/settings.html
@@ -58,7 +58,7 @@ Settings
diff --git a/data/update.html b/data/update.html
index 8e2e5ea3..71bba802 100644
--- a/data/update.html
+++ b/data/update.html
@@ -105,7 +105,7 @@ Update
diff --git a/data/version.json b/data/version.json
index 70d3ee54..cfd00214 100644
--- a/data/version.json
+++ b/data/version.json
@@ -1,3 +1,3 @@
{
- "version": "v7.2.4"
+ "version": "v7.2.5"
}
\ No newline at end of file
diff --git a/doc/CUSTOM-IDF-LIBRARIES.md b/doc/CUSTOM-IDF-LIBRARIES.md
index 945daaf8..43b3b076 100644
--- a/doc/CUSTOM-IDF-LIBRARIES.md
+++ b/doc/CUSTOM-IDF-LIBRARIES.md
@@ -75,7 +75,7 @@ If only the `esp32` libraries are required, the compilation can be reduced by us
5. Replace the libraries in the PlatformIO package folder `.../.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32` with the `./out/tools/sdk/esp32` output folder.
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/HOMEASSISTANT.md b/doc/HOMEASSISTANT.md
index eea4e189..3acb49bd 100644
--- a/doc/HOMEASSISTANT.md
+++ b/doc/HOMEASSISTANT.md
@@ -78,7 +78,7 @@ Pixelix will be shown as device with its entities. Every installed plugin will b
[More technical details about MQTT](./MQTT.md)
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/ICONS.md b/doc/ICONS.md
index 81eb407c..6528d338 100644
--- a/doc/ICONS.md
+++ b/doc/ICONS.md
@@ -62,7 +62,7 @@ Find them here: [./images/icons/BTCQuotePluginColorIntense/](./images/icons/BTCQ
Designed by [NSD4rKn3SS](https://github.com/NSD4rKn3SS)
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/MQTT.md b/doc/MQTT.md
index e35b269f..fdded745 100644
--- a/doc/MQTT.md
+++ b/doc/MQTT.md
@@ -32,7 +32,7 @@ Examples:
# Overview Mindmap
-![topic-handling-minmap](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/topic_handling_mindmap.wsd)
+![topic-handling-minmap](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/topic_handling_mindmap.wsd)
# MQTT Topics
@@ -85,7 +85,7 @@ The sensor topic path is valid if the sensor is available!
* Battery SOC in %: <HOSTNAME>/sensors/3/soc/state
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/PLUGIN-DEV.md b/doc/PLUGIN-DEV.md
index 45fbec8d..03aab118 100644
--- a/doc/PLUGIN-DEV.md
+++ b/doc/PLUGIN-DEV.md
@@ -73,14 +73,14 @@ Therefore if you need periodically stuff, but you can't do it in the ```update()
## Static View
-![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/plugin-service.wsd)
+![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/plugin-service.wsd)
## Dynamic View
-![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/plugin-service-dynamic.wsd)
+![plugin-service-dynamic](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/plugin-service-dynamic.wsd)
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md
index 23d2c8e2..d6f66676 100644
--- a/doc/PLUGINS.md
+++ b/doc/PLUGINS.md
@@ -197,7 +197,7 @@ The WifiStatusPlugin shows the current wireless signal strength.
The plugin shows animated worms on the display. If they find some meal, they will grow up. If they eat too much, they will explode.
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/README.md b/doc/README.md
index e8a1aa54..04fb0a09 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -34,7 +34,7 @@
* [Configuration examples for GrabViaMqttPlugin and GrabViaRestPlugin.](./grabConfigs/README.md)
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/SENSORS.md b/doc/SENSORS.md
index 71aefef8..aa3a7904 100644
--- a/doc/SENSORS.md
+++ b/doc/SENSORS.md
@@ -123,7 +123,7 @@ Example in case all sensors are available:
```
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/SPRITESHEET.md b/doc/SPRITESHEET.md
index b7c7dd8f..9a60f97b 100644
--- a/doc/SPRITESHEET.md
+++ b/doc/SPRITESHEET.md
@@ -52,7 +52,7 @@ Use the ```./doc/spritesheet/create_sprite_sheet.py``` to create it or manually.
* Only .bmp format is currently supported, uncompressed and without color palette.
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/WEBSOCKET.md b/doc/WEBSOCKET.md
index 27079ae9..a90f394a 100644
--- a/doc/WEBSOCKET.md
+++ b/doc/WEBSOCKET.md
@@ -244,7 +244,7 @@ Response:
* ```NACK```
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/architecture/README.md b/doc/architecture/README.md
index aa05cb8e..95540c58 100644
--- a/doc/architecture/README.md
+++ b/doc/architecture/README.md
@@ -41,11 +41,11 @@ The SW architecture document is valid for the PIXELIX project.
# Context
PIXELIX as a system is not complete alone. It interacts with other neighbor systems over different kind of interfaces.
-![context-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/context.wsd)
+![context-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/context.wsd)
# Deployment
-![deployment-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/deployment.wsd)
+![deployment-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/deployment.wsd)
| Task name | Core | Description |
| --------- | ---- | ----------- |
@@ -70,63 +70,63 @@ PIXELIX as a system is not complete alone. It interacts with other neighbor syst
| wifi | PRO_CPU | WiFi handling. |
# Layers
-![general-layers](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/general_layers.wsd)
+![general-layers](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/general_layers.wsd)
## Application
-![app-layer](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/app_layer.wsd)
+![app-layer](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/app_layer.wsd)
## Services
-![hal-layer](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/service_layer.wsd)
+![hal-layer](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/service_layer.wsd)
## Hardware Abstraction Layer (HAL)
-![hal-layer](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/hal_layer.wsd)
+![hal-layer](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/hal_layer.wsd)
# System Startup
## High Level
-![startup-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/startup.wsd)
+![startup-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/startup.wsd)
# System States
-![system-states-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/system_state_machine.wsd)
+![system-states-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/system_state_machine.wsd)
# Details
## Hardware Abstraction Layer (HAL)
-![hal-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/hal.wsd)
+![hal-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/hal.wsd)
## Graphic Base Functionality
-![gfx-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/gfx.wsd)
+![gfx-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/gfx.wsd)
## Widgets
-![widgets-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/widgets.wsd)
+![widgets-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/widgets.wsd)
## User Button Handling
-![button-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/button.wsd)
+![button-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/button.wsd)
## Audio Service
-![audio-service-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/audio_service.wsd)
+![audio-service-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/audio_service.wsd)
## Topic Handler Service
-![topic-handler-service-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/topic_handler_service.wsd)
+![topic-handler-service-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/topic_handler_service.wsd)
## Plugin Handling
### Static View
-![plugin-service-static-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/plugin-service.wsd)
+![plugin-service-static-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/plugin-service.wsd)
### Dynamic View
-![plugin-service-dynamic-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/plugin-service-dynamic.wsd)
+![plugin-service-dynamic-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/plugin-service-dynamic.wsd)
-![plugin-cfg-handling-dynamic-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/plugin_cfg_handling.wsd)
+![plugin-cfg-handling-dynamic-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/plugin_cfg_handling.wsd)
## Spectrum Analyzer
-![specturm-analyzer-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/spectrum-analyzer.wsd)
+![specturm-analyzer-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/spectrum-analyzer.wsd)
## Slot Handling
-![slot-handling-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/slot_handling.wsd)
+![slot-handling-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/slot_handling.wsd)
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/README.md b/doc/boards/README.md
index 8ff297d3..492524e6 100644
--- a/doc/boards/README.md
+++ b/doc/boards/README.md
@@ -88,7 +88,7 @@ The Pixelix board v2.1 is the successor of Pixelix board v2.0. It was designed f
* [Pinning](../../config/board.ini)
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/pixelix/v1.5/BOM.md b/doc/boards/pixelix/v1.5/BOM.md
index 174bf5ef..340959d2 100644
--- a/doc/boards/pixelix/v1.5/BOM.md
+++ b/doc/boards/pixelix/v1.5/BOM.md
@@ -40,7 +40,7 @@
Note, X2 is a composition of Wago clamp 1 and 2.
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/pixelix/v1.5/ELECTRONIC.md b/doc/boards/pixelix/v1.5/ELECTRONIC.md
index 1a5c1b3d..b4e76445 100644
--- a/doc/boards/pixelix/v1.5/ELECTRONIC.md
+++ b/doc/boards/pixelix/v1.5/ELECTRONIC.md
@@ -24,7 +24,7 @@ PCB board v1.5
# System Diagram
-![system-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/system.wsd)
+![system-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/system.wsd)
# ESP32 DevKit V1
@@ -142,7 +142,7 @@ The following table shows the output voltage, generated by a LDR like the GL5528
| Full daylight | 10,000 lux | 100 Ω | 1.1 kΩ | 3.0 V |
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/pixelix/v2.0/BOM.md b/doc/boards/pixelix/v2.0/BOM.md
index 09e442bd..e904b0db 100644
--- a/doc/boards/pixelix/v2.0/BOM.md
+++ b/doc/boards/pixelix/v2.0/BOM.md
@@ -42,7 +42,7 @@
* Do **NOT** combine connectors and plugs from Molex and Wuerth Elektronik!
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/pixelix/v2.0/ELECTRONIC.md b/doc/boards/pixelix/v2.0/ELECTRONIC.md
index 043e0d20..29fac9b7 100644
--- a/doc/boards/pixelix/v2.0/ELECTRONIC.md
+++ b/doc/boards/pixelix/v2.0/ELECTRONIC.md
@@ -27,7 +27,7 @@ PCB board v2.0
# System Diagram
-![system-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/system.wsd)
+![system-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/system.wsd)
# Differences to v1.5
@@ -196,7 +196,7 @@ The following table shows the output voltage, generated by a LDR like the GL5528
| Full daylight | 10,000 lux | 100 Ω | 1.1 kΩ | 3.0 V |
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/pixelix/v2.0/Pixelix.kicad_pcb b/doc/boards/pixelix/v2.0/Pixelix.kicad_pcb
index 74b802d8..84058c50 100644
--- a/doc/boards/pixelix/v2.0/Pixelix.kicad_pcb
+++ b/doc/boards/pixelix/v2.0/Pixelix.kicad_pcb
@@ -2152,7 +2152,7 @@
(gr_text "LED Matrix" (at 114 101.35 90) (layer "F.SilkS") (tstamp 91c549de-e27b-40ef-abc8-c2016f3d0a52)
(effects (font (size 1 1) (thickness 0.15)))
)
- (gr_text "BlueAndi/esp-rgb-led-matrix " (at 168.2 116.9) (layer "F.SilkS") (tstamp ab24990e-d687-4232-bee1-11382ae12fe2)
+ (gr_text "BlueAndi/Pixelix " (at 168.2 116.9) (layer "F.SilkS") (tstamp ab24990e-d687-4232-bee1-11382ae12fe2)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "JTAG" (at 168.4 82.4) (layer "F.SilkS") (tstamp d0280717-aec3-49ba-87df-8848625f2888)
diff --git a/doc/boards/pixelix/v2.1/BOM.md b/doc/boards/pixelix/v2.1/BOM.md
index 09e442bd..e904b0db 100644
--- a/doc/boards/pixelix/v2.1/BOM.md
+++ b/doc/boards/pixelix/v2.1/BOM.md
@@ -42,7 +42,7 @@
* Do **NOT** combine connectors and plugs from Molex and Wuerth Elektronik!
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/pixelix/v2.1/ELECTRONIC.md b/doc/boards/pixelix/v2.1/ELECTRONIC.md
index 90f0cc96..b7dd17ee 100644
--- a/doc/boards/pixelix/v2.1/ELECTRONIC.md
+++ b/doc/boards/pixelix/v2.1/ELECTRONIC.md
@@ -27,7 +27,7 @@ PCB board v2.0
# System Diagram
-![system-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/architecture/uml/system.wsd)
+![system-diagram](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/architecture/uml/system.wsd)
# Differences to v1.5
@@ -196,7 +196,7 @@ The following table shows the output voltage, generated by a LDR like the GL5528
| Full daylight | 10,000 lux | 100 Ω | 1.1 kΩ | 3.0 V |
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/boards/pixelix/v2.1/Pixelix.kicad_pcb b/doc/boards/pixelix/v2.1/Pixelix.kicad_pcb
index 74b802d8..84058c50 100644
--- a/doc/boards/pixelix/v2.1/Pixelix.kicad_pcb
+++ b/doc/boards/pixelix/v2.1/Pixelix.kicad_pcb
@@ -2152,7 +2152,7 @@
(gr_text "LED Matrix" (at 114 101.35 90) (layer "F.SilkS") (tstamp 91c549de-e27b-40ef-abc8-c2016f3d0a52)
(effects (font (size 1 1) (thickness 0.15)))
)
- (gr_text "BlueAndi/esp-rgb-led-matrix " (at 168.2 116.9) (layer "F.SilkS") (tstamp ab24990e-d687-4232-bee1-11382ae12fe2)
+ (gr_text "BlueAndi/Pixelix " (at 168.2 116.9) (layer "F.SilkS") (tstamp ab24990e-d687-4232-bee1-11382ae12fe2)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "JTAG" (at 168.4 82.4) (layer "F.SilkS") (tstamp d0280717-aec3-49ba-87df-8848625f2888)
diff --git a/doc/config/README.md b/doc/config/README.md
index 76430f35..5e54a112 100644
--- a/doc/config/README.md
+++ b/doc/config/README.md
@@ -21,14 +21,14 @@
The SW configuration management document provides a general overview about what is configured and how it is done.
# Scope
-The SW configuration management document is valid for the [PIXELIX](https://github.com/BlueAndi/esp-rgb-led-matrix) project.
+The SW configuration management document is valid for the [PIXELIX](https://github.com/BlueAndi/Pixelix) project.
# PlatformIO
The SW build environment is based on [PlatformIO](https://platformio.org/). The ```platformio.ini``` is the central configuration file in the root folder and contains all related build environments (targets).
## Logical Configuration Hierarchy And Dependencies
-![pio-env-dependencies](https://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/esp-rgb-led-matrix/master/doc/config/uml/pio-env-dependencies.wsd)
+![pio-env-dependencies](https://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/Pixelix/master/doc/config/uml/pio-env-dependencies.wsd)
# Version Numbers
The concept behind the version number follows the [semantic versioning](https://semver.org/).
@@ -59,7 +59,7 @@ The concept behind the version number follows the [semantic versioning](https://
11. Release version on github.
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/config/SW-BUILD.md b/doc/config/SW-BUILD.md
index dad2fa78..df0cff39 100644
--- a/doc/config/SW-BUILD.md
+++ b/doc/config/SW-BUILD.md
@@ -16,7 +16,7 @@
Open a console (windows: git bash) and get the project via
```
-$ git clone https://github.com/BlueAndi/esp-rgb-led-matrix
+$ git clone https://github.com/BlueAndi/Pixelix
```
Example:
@@ -47,7 +47,7 @@ Note, the default project is esp32 DevKit v1 board, programming via USB.
The toolchain is working and the firmware gets built. [Next step](SW-UPDATE.md) is now to build it specific for your target and upload it.
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/config/SW-UPDATE.md b/doc/config/SW-UPDATE.md
index 415fda10..69e1cf56 100644
--- a/doc/config/SW-UPDATE.md
+++ b/doc/config/SW-UPDATE.md
@@ -49,7 +49,7 @@ The recommeded way how to program the software to the board depends on the skill
# Update possibilities
## Use Espressif Flash Download Tool (Windows only)
-1. Download binaries (```esp-rgb-led-matrix-v6.0.0.zip```) from the [latest release](https://github.com/BlueAndi/esp-rgb-led-matrix/releases).
+1. Download binaries (```Pixelix-v6.0.0.zip```) from the [latest release](https://github.com/BlueAndi/Pixelix/releases).
2. Unzip to a local folder.
3. Download the [Espressif Flash Download Tool](https://www.espressif.com/en/support/download/other-tools).
4. Unzip to a local folder.
@@ -150,7 +150,7 @@ Steps:
| adafruit_feathrer_esp32_v2 | 8 | 0x670000 |
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/config/TOOLCHAIN-INSTALLATION.md b/doc/config/TOOLCHAIN-INSTALLATION.md
index 64c494df..77f5de37 100644
--- a/doc/config/TOOLCHAIN-INSTALLATION.md
+++ b/doc/config/TOOLCHAIN-INSTALLATION.md
@@ -78,7 +78,7 @@ $ sudo apt-get install manpages-dev
The necessary tools are now installed and ready to use. The [next step](SW-BUILD.md) is to get the sourcecode and all related files and build the firmware and filesystem image.
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index ebeeae37..5bbda18b 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = Pixelix
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = v7.2.4
+PROJECT_NUMBER = v7.2.5
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/doxygen/mainpage.dox b/doc/doxygen/mainpage.dox
index 41a29eeb..2788e121 100644
--- a/doc/doxygen/mainpage.dox
+++ b/doc/doxygen/mainpage.dox
@@ -1,6 +1,6 @@
/**
-@mainpage Manual of esp-rgb-led-matrix
+@mainpage Manual of Pixelix
Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
diff --git a/doc/grabConfigs/README.md b/doc/grabConfigs/README.md
index 0ed1d05e..35b09c49 100644
--- a/doc/grabConfigs/README.md
+++ b/doc/grabConfigs/README.md
@@ -23,7 +23,7 @@ Please share your configuration for others by pull request or you can open an is
* [Shelly Plug S - power consumption](./rest/shellyPlugSPower.json)
# Issues, Ideas And Bugs
-If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/esp-rgb-led-matrix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
+If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/Pixelix/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
diff --git a/doc/grabConfigs/rest/githubStargazers.json b/doc/grabConfigs/rest/githubStargazers.json
index e7090df8..3358f948 100644
--- a/doc/grabConfigs/rest/githubStargazers.json
+++ b/doc/grabConfigs/rest/githubStargazers.json
@@ -1,6 +1,6 @@
{
"method": "GET",
- "url": "https://api.github.com/repos/BlueAndi/esp-rgb-led-matrix",
+ "url": "https://api.github.com/repos/BlueAndi/Pixelix",
"filter": {
"stargazers_count": true
},
diff --git a/doc/homeassistant/pixelix-justtext.yaml b/doc/homeassistant/pixelix-justtext.yaml
index d629bd8e..685dd21a 100644
--- a/doc/homeassistant/pixelix-justtext.yaml
+++ b/doc/homeassistant/pixelix-justtext.yaml
@@ -2,7 +2,7 @@ blueprint:
name: Pixelix LED Matrix Wrapper for JustText Plugin
description: Pixelix LED Matrix Wrapper for JustText Plugin
domain: automation
- source_url: https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/doc/homeassistant/pixelix-justtext.yaml
+ source_url: https://github.com/BlueAndi/Pixelix/blob/master/doc/homeassistant/pixelix-justtext.yaml
input:
uid:
name: The uid of the Plugin
diff --git a/lib/BTCQuotePlugin/web/BTCQuotePlugin.html b/lib/BTCQuotePlugin/web/BTCQuotePlugin.html
index 27308696..c560202c 100644
--- a/lib/BTCQuotePlugin/web/BTCQuotePlugin.html
+++ b/lib/BTCQuotePlugin/web/BTCQuotePlugin.html
@@ -47,7 +47,7 @@ REST API
diff --git a/lib/BatteryPlugin/web/BatteryPlugin.html b/lib/BatteryPlugin/web/BatteryPlugin.html
index c6d824e8..354d4f55 100644
--- a/lib/BatteryPlugin/web/BatteryPlugin.html
+++ b/lib/BatteryPlugin/web/BatteryPlugin.html
@@ -45,7 +45,7 @@ REST API
diff --git a/lib/CountdownPlugin/web/CountdownPlugin.html b/lib/CountdownPlugin/web/CountdownPlugin.html
index e0e2e5ea..510e3612 100644
--- a/lib/CountdownPlugin/web/CountdownPlugin.html
+++ b/lib/CountdownPlugin/web/CountdownPlugin.html
@@ -85,7 +85,7 @@ Target Date
diff --git a/lib/DDPPlugin/web/DDPPlugin.html b/lib/DDPPlugin/web/DDPPlugin.html
index 412051c3..1e12ee45 100644
--- a/lib/DDPPlugin/web/DDPPlugin.html
+++ b/lib/DDPPlugin/web/DDPPlugin.html
@@ -84,7 +84,7 @@ REST API
diff --git a/lib/DateTimePlugin/web/DateTimePlugin.html b/lib/DateTimePlugin/web/DateTimePlugin.html
index af310eb3..f2127563 100644
--- a/lib/DateTimePlugin/web/DateTimePlugin.html
+++ b/lib/DateTimePlugin/web/DateTimePlugin.html
@@ -116,7 +116,7 @@ Display
diff --git a/lib/FirePlugin/web/FirePlugin.html b/lib/FirePlugin/web/FirePlugin.html
index 0e882726..c63721c2 100644
--- a/lib/FirePlugin/web/FirePlugin.html
+++ b/lib/FirePlugin/web/FirePlugin.html
@@ -45,7 +45,7 @@ REST API
diff --git a/lib/GameOfLifePlugin/web/GameOfLifePlugin.html b/lib/GameOfLifePlugin/web/GameOfLifePlugin.html
index 332c9776..01a33417 100644
--- a/lib/GameOfLifePlugin/web/GameOfLifePlugin.html
+++ b/lib/GameOfLifePlugin/web/GameOfLifePlugin.html
@@ -45,7 +45,7 @@ REST API
diff --git a/lib/GrabViaMqttPlugin/web/GrabViaMqttPlugin.html b/lib/GrabViaMqttPlugin/web/GrabViaMqttPlugin.html
index 39f8a67c..e5f72779 100644
--- a/lib/GrabViaMqttPlugin/web/GrabViaMqttPlugin.html
+++ b/lib/GrabViaMqttPlugin/web/GrabViaMqttPlugin.html
@@ -51,7 +51,7 @@ Set configuration
- MULTIPLIER: Number which is multiplied with a number value. Not used for string values.
- OFFSET: Number which is added to a number value. Not used for string values.
-
Configuration examples may help to configure.
+
Configuration examples may help to configure.
Configuration
User