forked from xiaozhi/xiaozhi-esp32
Bump to 1.4.8
This commit is contained in:
@@ -354,7 +354,7 @@ void Application::Start() {
|
||||
Application* app = (Application*)arg;
|
||||
app->MainLoop();
|
||||
vTaskDelete(NULL);
|
||||
}, "main_loop", 4096 * 2, this, 3, nullptr);
|
||||
}, "main_loop", 4096 * 2, this, 4, nullptr);
|
||||
|
||||
/* Wait for the network to be ready */
|
||||
board.StartNetwork();
|
||||
|
||||
Reference in New Issue
Block a user