Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.2.5 #196

Merged
merged 6 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion config/mcu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions data/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="container">
<h1 class="mt-5">About</h1>
<p>Author: <a href="https://github.com/BlueAndi">BlueAndi</a></p>
<p>Project: <a href="https://github.com/BlueAndi/esp-rgb-led-matrix">PIXELIX</a></p>
<p>Project: <a href="https://github.com/BlueAndi/Pixelix">PIXELIX</a></p>
<p>Thanks to all contributors:</p>
<ul>
<li><a href="https://github.com/0ooYoo0">0ooYoo0</a></li>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h1 class="mt-5">About</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1 class="mt-5">Debug</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1 class="mt-5">Display</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 class="mt-1">Files</h2>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="mt-5">Error</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="mt-5">Welcome to</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2 class="mt-1">Filesystem</h2>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="mt-5">Settings</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1 class="mt-5">Update</h1>
<div class="container">
<hr />
<span class="text-muted">(C) 2019 - 2023 Andreas Merkle ([email protected])</span><br />
<span class="text-muted"><a href="https://github.com/BlueAndi/esp-rgb-led-matrix/blob/master/LICENSE">MIT License</a></span>
<span class="text-muted"><a href="https://github.com/BlueAndi/Pixelix/blob/master/LICENSE">MIT License</a></span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v7.2.4"
"version": "v7.2.5"
}
2 changes: 1 addition & 1 deletion doc/CUSTOM-IDF-LIBRARIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion doc/HOMEASSISTANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion doc/ICONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
4 changes: 2 additions & 2 deletions doc/MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -85,7 +85,7 @@ The sensor topic path is valid if the sensor is available!
* Battery SOC in %: &lt;HOSTNAME&gt;/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/).
Expand Down
6 changes: 3 additions & 3 deletions doc/PLUGIN-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion doc/PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion doc/SENSORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion doc/SPRITESHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion doc/WEBSOCKET.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
Loading
Loading