increase http task priority

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2025-01-14 22:21:43 +01:00
Unverified
parent 111501e631
commit 4e73d36037

View File

@@ -78,7 +78,7 @@ static FLAC__StreamDecoder *flacDecoder = NULL;
const char *VERSION_STRING = "0.0.3"; 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 HTTP_TASK_CORE_ID tskNO_AFFINITY // 1 // tskNO_AFFINITY
#define OTA_TASK_PRIORITY 4 #define OTA_TASK_PRIORITY 4