Skip to content

Commit c57cd49

Browse files
committed
Wrong URL redirect #1213
1 parent 3bed917 commit c57cd49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Audio.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Created on: 28.10.2018 */
66
char audioI2SVers[] = "\
7-
Version 3.4.4 ";
8-
/* Updated on: 04.12.2025
7+
Version 3.4.4a ";
8+
/* Updated on: 08.12.2025
99
1010
Author: Wolle (schreibfaul1)
1111
Audio library for ESP32, ESP32-S3 or ESP32-P4
@@ -893,7 +893,7 @@ bool Audio::httpPrint(const char* host) {
893893
cur_hwoe.clone_from(dismantledLastHost.hwoe);
894894

895895
bool f_equal = true;
896-
if (hwoe.equals(cur_hwoe)) {
896+
if (hwoe.equals(cur_hwoe) && port == dismantledLastHost.port) {
897897
f_equal = true;
898898
} else {
899899
f_equal = false;

0 commit comments

Comments
 (0)