mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
solved most of click issues
This commit is contained in:
@@ -551,7 +551,7 @@ static void *rtp_thread_func(void *arg) {
|
||||
|
||||
while (ctx->running) {
|
||||
ssize_t plen;
|
||||
char type;
|
||||
char type;
|
||||
socklen_t rtp_client_len = sizeof(struct sockaddr_storage);
|
||||
int idx = 0;
|
||||
char *pktp = packet;
|
||||
|
||||
Reference in New Issue
Block a user