You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug fix: Internal Status Request object completes with TASK_SR_CANCEL status if the task was canceled.
bug fix: Internal Status Request object completes with TASK_SR_ABORT status if the task was aborted.
feature: Status Requests with TASK_SR_ABORT status also abort dependent tasks
feature: added TScheduler.hpp and TSchedulerDeclarations.hpp - a workaround for conflicting declarations (e.g., nRF52840 using Adafruit Core) using namespace TS (credit: https://github.com/vortigont)
feature: added ability for Task to "self-destruct" on disable. Useful for dynamic task management.
Added updated example 19 for this functionality. Updated the Sketch Template. (Thanks, https://github.com/vortigont for the idea).