mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 13:50:48 +03:00
Stabilization
move vorbis allocation to SPIRAM tweak defconfigs improve data reception wav,flac,mp3 work fine but BT seems to lose connection from time to time
This commit is contained in:
@@ -133,11 +133,10 @@ void app_main()
|
||||
"-d",
|
||||
"output=" CONFIG_LOGGING_OUTPUT,
|
||||
"-b",
|
||||
"256:2000"
|
||||
"500:2000"
|
||||
|
||||
};
|
||||
|
||||
|
||||
// can't do strtok on FLASH strings
|
||||
argv = malloc(sizeof(_argv));
|
||||
for (i = 0; i < sizeof(_argv)/sizeof(char*); i++) {
|
||||
|
||||
Reference in New Issue
Block a user