Bump to 1.4.8

This commit is contained in:
Terrence
2025-03-20 02:03:55 +08:00
parent f553459121
commit 71799ed85c
6 changed files with 6 additions and 6 deletions

View File

@@ -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();