Serial manager cleanup

This commit is contained in:
Lorow
2025-05-10 15:38:25 +02:00
parent 1eeba31efd
commit db7d4fa8b0
3 changed files with 6 additions and 9 deletions

View File

@@ -159,7 +159,7 @@ extern "C" void app_main(void)
"HandleSerialManagerTask",
1024 * 6,
serialManager,
3,
1, // we only rely on the serial manager during provisioning, we can run it slower
NULL);
wifiManager.Begin();