feat: integrate MCP and ES3C28P audio support with upstream compatibility updates
This commit is contained in:
@@ -199,7 +199,7 @@ bool GuiService::onStart(ServiceContext& service) {
|
||||
|
||||
thread = new Thread(
|
||||
GUI_TASK_NAME,
|
||||
4096, // Last known minimum was 2800 for launching desktop
|
||||
8192, // Last known minimum was 2800 for launching desktop, increased to 8192 to prevent stack overflow on complex layouts/MCP settings
|
||||
guiMain
|
||||
);
|
||||
thread->setPriority(THREAD_PRIORITY_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user