diff --git a/src/tasks/tasks.cpp b/src/tasks/tasks.cpp index d3937c68..b713d70b 100644 --- a/src/tasks/tasks.cpp +++ b/src/tasks/tasks.cpp @@ -83,11 +83,11 @@ auto Priority() -> UBaseType_t; // highest priority. template <> auto Priority() -> UBaseType_t { - return configMAX_PRIORITIES - 1; + return 15; } template <> auto Priority() -> UBaseType_t { - return configMAX_PRIORITIES - 1; + return 15; } // After audio issues, UI jank is the most noticeable kind of scheduling-induced // slowness that the user is likely to notice or care about. Therefore we place