mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
use network manager events for AirPlay and Spotify
- split network_manager.h in two parts - centralize mDNS
This commit is contained in:
@@ -59,8 +59,6 @@ void ZeroconfAuthenticator::registerZeroconf()
|
||||
const char* service = "_spotify-connect._tcp";
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
mdns_init();
|
||||
mdns_hostname_set("cspot");
|
||||
mdns_txt_item_t serviceTxtData[3] = {
|
||||
{"VERSION", "1.0"},
|
||||
{"CPath", "/spotify_info"},
|
||||
|
||||
Reference in New Issue
Block a user