Skip to content

Commit 26c3728

Browse files
committed
Minor changes
1 parent d3b7b00 commit 26c3728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SnapClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class SnapClient {
185185
// update addres information
186186
p_snapprocessor->setServerIP(server_ip);
187187
p_snapprocessor->setServerPort(server_port);
188-
ESP_LOGI(TAG, "SNAPCAST ip: %s, port: %d", str_address, server_port);
188+
ESP_LOGI(TAG, "MDNS: SNAPCAST ip: %s, port: %d", str_address, server_port);
189189

190190
} else {
191191
ESP_LOGE(TAG, "SNAPCAST server not found");

src/SnapConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// snapcast parameters;
2525
#ifndef CONFIG_SNAPCAST_SERVER_HOST
26-
# define CONFIG_SNAPCAST_SERVER_HOST "192.168.1.38"
26+
# define CONFIG_SNAPCAST_SERVER_HOST "192.168.1.33"
2727
#endif
2828
#ifndef CONFIG_SNAPCAST_SERVER_PORT
2929
# define CONFIG_SNAPCAST_SERVER_PORT 1704

0 commit comments

Comments
 (0)