@@ -31,7 +31,7 @@ void nukiTask(void *pvParameters)
void setupTasks()
{
xTaskCreate(networkTask, "ntw", 2048, NULL, 1, NULL);
xTaskCreate(networkTask, "ntw", 8192, NULL, 1, NULL);
xTaskCreate(nukiTask, "nuki", 16384, NULL, 1, NULL);
}
The note is not visible to the blocked user.