From 9be05363c0287723cc11f79719d7377767f29ffd Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sun, 1 Sep 2019 11:48:54 -0700 Subject: [PATCH] change modelname --- components/raop/raop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/raop/raop.c b/components/raop/raop.c index 7ae98711..256cc7d5 100644 --- a/components/raop/raop.c +++ b/components/raop/raop.c @@ -109,13 +109,13 @@ struct raop_ctx_s *raop_create(struct in_addr host, char *name, char id[64]; #ifdef WIN32 socklen_t nlen = sizeof(struct sockaddr); - char *txt[] = { "am=esp32", "tp=UDP", "sm=false", "sv=false", "ek=1", + char *txt[] = { "am=airesp32", "tp=UDP", "sm=false", "sv=false", "ek=1", "et=0,1", "md=0,1,2", "cn=0,1", "ch=2", "ss=16", "sr=44100", "vn=3", "txtvers=1", NULL }; #else mdns_txt_item_t txt[] = { - {"am", "esp32"}, + {"am", "airesp32"}, {"tp", "UDP"}, {"sm","false"}, {"sv","false"},