mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
move to 4.3.5
- remove SPI workaround and heap optimization - move a few items from DRAM to either EXTRAM or keep them in text
This commit is contained in:
@@ -124,7 +124,7 @@ struct raop_ctx_s *raop_create(uint32_t host, char *name,
|
||||
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
|
||||
const mdns_txt_item_t txt[] = {
|
||||
{"am", "airesp32"},
|
||||
@@ -765,7 +765,7 @@ static void search_remote(void *args) {
|
||||
// can't use xNotifyGive as it seems LWIP is using it as well
|
||||
xSemaphoreGive(ctx->active_remote.destroy_mutex);
|
||||
vTaskSuspend(NULL);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -853,7 +853,7 @@ static char *rsa_apply(unsigned char *input, int inlen, int *outlen, int mode)
|
||||
}
|
||||
|
||||
mbedtls_pk_free(&pkctx);
|
||||
|
||||
|
||||
return (char*) outbuf;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user