We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bed917 commit c57cd49Copy full SHA for c57cd49
src/Audio.cpp
@@ -4,8 +4,8 @@
4
5
Created on: 28.10.2018 */
6
char audioI2SVers[] = "\
7
- Version 3.4.4 ";
8
-/* Updated on: 04.12.2025
+ Version 3.4.4a ";
+/* Updated on: 08.12.2025
9
10
Author: Wolle (schreibfaul1)
11
Audio library for ESP32, ESP32-S3 or ESP32-P4
@@ -893,7 +893,7 @@ bool Audio::httpPrint(const char* host) {
893
cur_hwoe.clone_from(dismantledLastHost.hwoe);
894
895
bool f_equal = true;
896
- if (hwoe.equals(cur_hwoe)) {
+ if (hwoe.equals(cur_hwoe) && port == dismantledLastHost.port) {
897
f_equal = true;
898
} else {
899
f_equal = false;
0 commit comments