Skip to content

Commit

Permalink
Update ESP32-audioI2S to latest version, seems to work fine with Ardu…
Browse files Browse the repository at this point in the history
…ino 2.0.17 & 3.0.7

Update ESPAsyncWebServer to 3.3.21
  • Loading branch information
tueddy committed Oct 29, 2024
1 parent f783005 commit 36822d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/revision.h
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 36822d0

Please sign in to comment.