mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 04:57:06 +03:00
prepare 4.4 migration + esp32s3 + mck on 0,1,3
This commit is contained in:
@@ -99,7 +99,7 @@ static char *new_server_cap;
|
||||
static char player_name[PLAYER_NAME_LEN + 1] = "";
|
||||
static const char *name_file = NULL;
|
||||
|
||||
void send_packet(u8_t *packet, size_t len) {
|
||||
void slimproto_send_packet(u8_t *packet, size_t len) {
|
||||
u8_t *ptr = packet;
|
||||
unsigned try = 0;
|
||||
ssize_t n;
|
||||
|
||||
Reference in New Issue
Block a user