forked from gronod/squeezelite-esp32
move some staks to external memory
This commit is contained in:
@@ -116,6 +116,10 @@ static void *decode_thread() {
|
||||
usleep(100000);
|
||||
}
|
||||
}
|
||||
|
||||
#if EMBEDDED
|
||||
deregister_external();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user