From 31185ed3ef25413766f75e9d934d8bb64e0307a7 Mon Sep 17 00:00:00 2001 From: Cellie Date: Thu, 28 Sep 2023 22:23:13 +0200 Subject: [PATCH] Bump stream lib to 2.0.5 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 7e6b08f..85a8ce3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -74,8 +74,8 @@ lib_deps = esphome/AsyncTCP-esphome@^2.0.1 esphome/ESPAsyncWebServer-esphome@^3.0.1 VS1053 = https://github.com/baldram/ESP_VS1053_Library#824f82c - ;CelliesProjects/ESP32_VS1053_Stream@^2.0.3 - ESP32_VS1053_Stream = https://github.com/CelliesProjects/ESP32_VS1053_Stream#375873d + CelliesProjects/ESP32_VS1053_Stream@^2.0.5 + ;ESP32_VS1053_Stream = https://github.com/CelliesProjects/ESP32_VS1053_Stream#29ad6c2 upload_speed = 921600 monitor_speed = 115200