From 4e73d36037b31e272f35cbb21a85b90f01ded117 Mon Sep 17 00:00:00 2001 From: Karl Osterseher Date: Tue, 14 Jan 2025 22:21:43 +0100 Subject: [PATCH] increase http task priority Signed-off-by: Karl Osterseher --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index e8989aa..ee3f16f 100644 --- a/main/main.c +++ b/main/main.c @@ -78,7 +78,7 @@ static FLAC__StreamDecoder *flacDecoder = NULL; const char *VERSION_STRING = "0.0.3"; -#define HTTP_TASK_PRIORITY 5 +#define HTTP_TASK_PRIORITY 9 #define HTTP_TASK_CORE_ID tskNO_AFFINITY // 1 // tskNO_AFFINITY #define OTA_TASK_PRIORITY 4