diff --git a/src/BackgroundThread.hpp b/src/BackgroundThread.hpp index 0c468ee..e229107 100644 --- a/src/BackgroundThread.hpp +++ b/src/BackgroundThread.hpp @@ -36,7 +36,7 @@ public: private: static int32_t getPriority() { - return 16; + return 17; } BOOL whileLoop() override;