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:

-

Configuration examples may help to configure.

+

Configuration examples may help to configure.

Configuration

User

@@ -94,7 +94,7 @@

User


(C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
- MIT License + MIT License
diff --git a/lib/GrabViaRestPlugin/web/GrabViaRestPlugin.html b/lib/GrabViaRestPlugin/web/GrabViaRestPlugin.html index 0257709f..48d1a1f6 100644 --- a/lib/GrabViaRestPlugin/web/GrabViaRestPlugin.html +++ b/lib/GrabViaRestPlugin/web/GrabViaRestPlugin.html @@ -52,7 +52,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

    @@ -99,7 +99,7 @@

    User


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/GruenbeckPlugin/web/GruenbeckPlugin.html b/lib/GruenbeckPlugin/web/GruenbeckPlugin.html index 75753184..42513e33 100644 --- a/lib/GruenbeckPlugin/web/GruenbeckPlugin.html +++ b/lib/GruenbeckPlugin/web/GruenbeckPlugin.html @@ -69,7 +69,7 @@

    IP-address


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/IconTextLampPlugin/web/IconTextLampPlugin.html b/lib/IconTextLampPlugin/web/IconTextLampPlugin.html index f277bd6a..d05235ba 100644 --- a/lib/IconTextLampPlugin/web/IconTextLampPlugin.html +++ b/lib/IconTextLampPlugin/web/IconTextLampPlugin.html @@ -177,7 +177,7 @@

    Lamp


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/IconTextPlugin/web/IconTextPlugin.html b/lib/IconTextPlugin/web/IconTextPlugin.html index 8fb86e00..477069d8 100644 --- a/lib/IconTextPlugin/web/IconTextPlugin.html +++ b/lib/IconTextPlugin/web/IconTextPlugin.html @@ -136,7 +136,7 @@

    Text


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/JustTextPlugin/web/JustTextPlugin.html b/lib/JustTextPlugin/web/JustTextPlugin.html index 8b00d233..c1dbd35a 100644 --- a/lib/JustTextPlugin/web/JustTextPlugin.html +++ b/lib/JustTextPlugin/web/JustTextPlugin.html @@ -74,7 +74,7 @@

    Text


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/MatrixPlugin/web/MatrixPlugin.html b/lib/MatrixPlugin/web/MatrixPlugin.html index c61e9b36..9e791a74 100644 --- a/lib/MatrixPlugin/web/MatrixPlugin.html +++ b/lib/MatrixPlugin/web/MatrixPlugin.html @@ -45,7 +45,7 @@

    REST API


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/OpenWeatherPlugin/web/OpenWeatherPlugin.html b/lib/OpenWeatherPlugin/web/OpenWeatherPlugin.html index 282817f6..59608920 100644 --- a/lib/OpenWeatherPlugin/web/OpenWeatherPlugin.html +++ b/lib/OpenWeatherPlugin/web/OpenWeatherPlugin.html @@ -115,7 +115,7 @@

    Configuration


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/RainbowPlugin/web/RainbowPlugin.html b/lib/RainbowPlugin/web/RainbowPlugin.html index 4833f857..d3bbd8f6 100644 --- a/lib/RainbowPlugin/web/RainbowPlugin.html +++ b/lib/RainbowPlugin/web/RainbowPlugin.html @@ -45,7 +45,7 @@

    REST API


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/SensorPlugin/web/SensorPlugin.html b/lib/SensorPlugin/web/SensorPlugin.html index 36767c27..48aaf51b 100644 --- a/lib/SensorPlugin/web/SensorPlugin.html +++ b/lib/SensorPlugin/web/SensorPlugin.html @@ -74,7 +74,7 @@

    Sensor and Channel


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/SignalDetectorPlugin/web/SignalDetectorPlugin.html b/lib/SignalDetectorPlugin/web/SignalDetectorPlugin.html index 6bc981a8..fa722a58 100644 --- a/lib/SignalDetectorPlugin/web/SignalDetectorPlugin.html +++ b/lib/SignalDetectorPlugin/web/SignalDetectorPlugin.html @@ -115,7 +115,7 @@

    Configuration


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/SoundReactivePlugin/web/SoundReactivePlugin.html b/lib/SoundReactivePlugin/web/SoundReactivePlugin.html index 3992bbed..28f2f26c 100644 --- a/lib/SoundReactivePlugin/web/SoundReactivePlugin.html +++ b/lib/SoundReactivePlugin/web/SoundReactivePlugin.html @@ -78,7 +78,7 @@

    Number of frequency bands


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/SunrisePlugin/web/SunrisePlugin.html b/lib/SunrisePlugin/web/SunrisePlugin.html index 813d0199..bf051054 100644 --- a/lib/SunrisePlugin/web/SunrisePlugin.html +++ b/lib/SunrisePlugin/web/SunrisePlugin.html @@ -79,7 +79,7 @@

    Location


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/SysMsgPlugin/web/SysMsgPlugin.html b/lib/SysMsgPlugin/web/SysMsgPlugin.html index b03b5bc2..bbd80cf5 100644 --- a/lib/SysMsgPlugin/web/SysMsgPlugin.html +++ b/lib/SysMsgPlugin/web/SysMsgPlugin.html @@ -45,7 +45,7 @@

    REST API


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/TempHumidPlugin/web/TempHumidPlugin.html b/lib/TempHumidPlugin/web/TempHumidPlugin.html index a2f640a4..a4485254 100644 --- a/lib/TempHumidPlugin/web/TempHumidPlugin.html +++ b/lib/TempHumidPlugin/web/TempHumidPlugin.html @@ -46,7 +46,7 @@

    REST API


    (C) 2019 - 2021 Flavio (fcu-github@no-way.org)
    - MIT License + MIT License
    diff --git a/lib/TestPlugin/web/TestPlugin.html b/lib/TestPlugin/web/TestPlugin.html index aedb312c..0a596dc8 100644 --- a/lib/TestPlugin/web/TestPlugin.html +++ b/lib/TestPlugin/web/TestPlugin.html @@ -45,7 +45,7 @@

    REST API


    (C) 2019 - 2023 Andreas Merkle (web@blue-andi.de)
    - MIT License + MIT License
    diff --git a/lib/ThreeIconPlugin/web/ThreeIconPlugin.html b/lib/ThreeIconPlugin/web/ThreeIconPlugin.html index 94a18cb3..26aae594 100644 --- a/lib/ThreeIconPlugin/web/ThreeIconPlugin.html +++ b/lib/ThreeIconPlugin/web/ThreeIconPlugin.html @@ -36,7 +36,7 @@

    ThreeIconPlugin

    Screenshot

    The plugin is able to show three different icons.

    Each icon can be set separately via the REST API.

    -

    If a Sprite Sheet is used the animation of an can be controlled via the REST API (see Sprite Sheet).

    +

    If a Sprite Sheet is used the animation of an can be controlled via the REST API (see Sprite Sheet).

    Show bitmap in one of the three slots. Supported are bitmap files (.bmp) with: