diff --git a/changelog.md b/changelog.md index faae041c..f20fec7e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## DEV-branch +* 29.10.2024: Update Audio lib +* 29.10.2024: Enable CONFIG_ESP32_REV_MIN_3 to save some IRAM * 22.10.2024: Cleaning up `management.html` (#348), thanks to @trainbird ! * 22.10.2024: Update Arduino-IRremote to support the ESP 3.0 core * 29.09.2024: Removal of support for non-PSRAM HALs (Lolin32, LolinD32, DevkitC) and ESP32-A1S diff --git a/platformio.ini b/platformio.ini index 7dbc739d..3fffd109 100644 --- a/platformio.ini +++ b/platformio.ini @@ -30,12 +30,12 @@ extra_scripts = pre:updateSdkConfig.py pre:processHtml.py lib_deps = - https://github.com/schreibfaul1/ESP32-audioI2S.git#928c420 ;29.07.2024 + https://github.com/schreibfaul1/ESP32-audioI2S.git#98488c5 ;29.10.2024 https://github.com/madhephaestus/ESP32Encoder.git#2c986e0 https://github.com/knolleary/pubsubclient.git#2d228f2 https://github.com/peterus/ESP-FTP-Server-Lib#554959f https://github.com/FastLED/FastLED.git#de02bc1 ; v3.7.8 - https://github.com/mathieucarbou/ESPAsyncWebServer.git#cf641d2 ; v3.3.20 + https://github.com/mathieucarbou/ESPAsyncWebServer.git#5021dd0 ; v3.3.21 https://github.com/bblanchon/ArduinoJson.git#40ee05c https://github.com/pschatzmann/arduino-audio-tools.git#9d63174 ; v0.9.8 https://github.com/pschatzmann/ESP32-A2DP.git#bb5bc2f diff --git a/src/revision.h b/src/revision.h index cc88cfd4..055a662b 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #pragma once #include "gitrevision.h" -constexpr const char softwareRevision[] = "Software-revision: 20241025-1-DEV"; +constexpr const char softwareRevision[] = "Software-revision: 20241029-1-DEV";