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
Added methods to Task class and moved a debug logging line.
- Added a method "setPriority" that enables one to set the task
priority.
- Added a method "setName" that enables one to set the name of the Task
outside the constructor.
- Moved the task exit ESP_LOG call in front of the stop() call. It would
otherwise never be called.
0 commit comments