mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-14 07:27:03 +03:00
change modelname
This commit is contained in:
@@ -109,13 +109,13 @@ struct raop_ctx_s *raop_create(struct in_addr host, char *name,
|
||||
struct raop_ctx_s *ctx = malloc(sizeof(struct raop_ctx_s));
|
||||
struct sockaddr_in addr;
|
||||
char id[64];
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
socklen_t nlen = sizeof(struct sockaddr);
|
||||
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 };
|
||||
NULL };
|
||||
#else
|
||||
mdns_txt_item_t txt[] = {
|
||||
{"am", "airesp32"},
|
||||
|
||||
Reference in New Issue
Block a user