From 5ad34e0ae835186b82f9f3f31eea37f3b0584a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:19:14 +0000 Subject: [PATCH 1/7] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 31874ed..90024d2 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -41,7 +41,7 @@ jobs: persist-credentials: false - name: Cache pip 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -49,7 +49,7 @@ jobs: ${{ runner.os }}-pip- - name: Cache PlatformIO 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} From b915acdc8f3eabbb18f43162cc41cf3aea1f3636 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:01:27 +0000 Subject: [PATCH 2/7] Updated readme with new contributors --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 74cd910..cb952ea 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ Thanks to these great people for supporting this project. miccgn + + + rliegmann +
+ rliegmann +
+ jekader @@ -69,15 +76,15 @@ Thanks to these great people for supporting this project.
Metaln00b
- + + pplucky
pplucky
- - + fmunozs @@ -112,13 +119,6 @@ Thanks to these great people for supporting this project.
hamster65
- - - - rliegmann -
- rliegmann -
From 2d998a96b406f112cdde0ec5df6fa16e5a8dbc32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:59:52 +0000 Subject: [PATCH 3/7] Bump akhilmhdh/contributors-readme-action from 2.3.6 to 2.3.8 (#351) --- .github/workflows/contribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contribute.yml b/.github/workflows/contribute.yml index d7baba1..a39a6d6 100644 --- a/.github/workflows/contribute.yml +++ b/.github/workflows/contribute.yml @@ -9,7 +9,7 @@ jobs: if: github.ref == 'refs/heads/main' && github.repository_owner == 'pixelit-project' steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.8 with: auto_detect_branch_protection: false commit_message: "Updated readme with new contributors" From c16bfae575dcf867bfe0b71e35a21e26294f93e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 02:35:12 +0000 Subject: [PATCH 4/7] Bump akhilmhdh/contributors-readme-action from 2.3.8 to 2.3.10 (#353) --- .github/workflows/contribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contribute.yml b/.github/workflows/contribute.yml index a39a6d6..5f98f47 100644 --- a/.github/workflows/contribute.yml +++ b/.github/workflows/contribute.yml @@ -9,7 +9,7 @@ jobs: if: github.ref == 'refs/heads/main' && github.repository_owner == 'pixelit-project' steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.8 + uses: akhilmhdh/contributors-readme-action@v2.3.10 with: auto_detect_branch_protection: false commit_message: "Updated readme with new contributors" From d94c913c66314b791530773e2bf1a48972d0412a Mon Sep 17 00:00:00 2001 From: Flolant <103022070+Flolant@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:30:49 +0200 Subject: [PATCH 5/7] Update README.md Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb952ea..0038259 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Thanks to these great people for supporting this project. -### 2.5.1 (2023-04-07) +### 2.5.1 (2024-04-07) - (rliegmann) Fixed ESP32 Pin Definition - (foorschtbar) Fixed build issue with MAX44009 lib From c14d49730ac721feb1142d612df17e8a3005e077 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:16:22 +0000 Subject: [PATCH 6/7] Updated readme with new contributors --- README.md | 185 +++++++++++++++++++++++++++++------------------------- 1 file changed, 99 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index 0038259..8262efd 100644 --- a/README.md +++ b/README.md @@ -34,92 +34,105 @@ Thanks to these great people for supporting this project. - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +
- - o0shojo0o -
- o0shojo0o -
-
- - foorschtbar -
- foorschtbar -
-
- - miccgn -
- miccgn -
-
- - rliegmann -
- rliegmann -
-
- - jekader -
- jekader -
-
- - Metaln00b -
- Metaln00b -
-
- - pplucky -
- pplucky -
-
- - fmunozs -
- fmunozs -
-
- - rozza-m -
- rozza-m -
-
- - hermannbach -
- hermannbach -
-
- - d4rkd3v1l -
- d4rkd3v1l -
-
- - hamster65 -
- hamster65 -
-
+ + o0shojo0o +
+ o0shojo0o +
+
+ + foorschtbar +
+ foorschtbar +
+
+ + miccgn +
+ miccgn +
+
+ + rliegmann +
+ rliegmann +
+
+ + jekader +
+ jekader +
+
+ + Metaln00b +
+ Metaln00b +
+
+ + pplucky +
+ pplucky +
+
+ + fmunozs +
+ fmunozs +
+
+ + rozza-m +
+ rozza-m +
+
+ + Flolant +
+ Flolant +
+
+ + hermannbach +
+ hermannbach +
+
+ + d4rkd3v1l +
+ d4rkd3v1l +
+
+ + hamster65 +
+ hamster65 +
+
From 9a92a2068a74ba7ee3f2214efa49d553216e5f14 Mon Sep 17 00:00:00 2001 From: foorschtbar Date: Wed, 17 Jul 2024 22:06:01 +0200 Subject: [PATCH 7/7] Set fixed lib versions --- platformio.ini | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/platformio.ini b/platformio.ini index 7c5025a..95e7586 100644 --- a/platformio.ini +++ b/platformio.ini @@ -41,27 +41,27 @@ esp8266_build_flags = -DDEFAULT_LDR=GL5516 -DVBAT_PIN=0 lib_deps = - adafruit/Adafruit BME280 Library@^2.0.2 - adafruit/Adafruit BME680 Library@^2.0.1 - adafruit/Adafruit BMP280 Library@^2.6.1 - adafruit/Adafruit BusIO@^1.7.2 - adafruit/Adafruit GFX Library@^1.10.5 - adafruit/Adafruit SHT31 Library@^2.2.2 - adafruit/Adafruit Unified Sensor@^1.1.4 - arduino-libraries/ArduinoHttpClient@^0.4.0 + adafruit/Adafruit BME280 Library@2.2.4 + adafruit/Adafruit BME680 Library@2.0.4 + adafruit/Adafruit BMP280 Library@2.6.8 + adafruit/Adafruit BusIO@1.16.1 + adafruit/Adafruit GFX Library@1.11.9 + adafruit/Adafruit SHT31 Library@2.2.2 + adafruit/Adafruit Unified Sensor@1.1.4 + arduino-libraries/ArduinoHttpClient@0.4.0 bakercp/CRC32 @ 2.0.0 - bblanchon/ArduinoJson@^5.13.4 - beegee-tokyo/DHT sensor library for ESPx@^1.17 - claws/BH1750@^1.2.0 - ColorConverter=https://github.com/luisllamasbinaburo/Arduino-ColorConverter.git - fastled/FastLED@^3.4.0 - knolleary/PubSubClient@^2.8 - LightDependentResistor=https://github.com/QuentinCG/Arduino-Light-Dependent-Resistor-Library.git - links2004/WebSockets@^2.4.0 - marcmerlin/FastLED NeoMatrix@^1.2 - powerbroker2/DFPlayerMini_Fast@^1.2.0 + bblanchon/ArduinoJson@5.13.4 + beegee-tokyo/DHT sensor library for ESPx@1.19.0 + claws/BH1750@1.3.0 + ColorConverter=https://github.com/luisllamasbinaburo/Arduino-ColorConverter.git#v2.0.0 + fastled/FastLED@3.7.0 + knolleary/PubSubClient@2.8.0 + LightDependentResistor=https://github.com/QuentinCG/Arduino-Light-Dependent-Resistor-Library.git#1.4.0 + links2004/WebSockets@2.4.1 + marcmerlin/FastLED NeoMatrix@1.2.0 + powerbroker2/DFPlayerMini_Fast@1.2.4 robtillaart/Max44009@0.6.0 - TimeLib = https://github.com/PaulStoffregen/Time.git + TimeLib = https://github.com/PaulStoffregen/Time.git#v1.6.1 [env:ESP32_generic] platform = espressif32