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') }} diff --git a/.github/workflows/contribute.yml b/.github/workflows/contribute.yml index d7baba1..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.6 + uses: akhilmhdh/contributors-readme-action@v2.3.10 with: auto_detect_branch_protection: false commit_message: "Updated readme with new contributors" diff --git a/README.md b/README.md index 74cd910..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 -
-
- - jekader -
- jekader -
-
- - Metaln00b -
- Metaln00b -
-
- - pplucky -
- pplucky -
-
- - fmunozs -
- fmunozs -
-
- - rozza-m -
- rozza-m -
-
- - hermannbach -
- hermannbach -
-
- - d4rkd3v1l -
- d4rkd3v1l -
-
- - hamster65 -
- hamster65 -
-
- - rliegmann -
- rliegmann -
-
+ + 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 +
+
@@ -131,7 +144,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 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