Closed
Description
Hi,
It might be a good idea to add an explicit default constructor to the Task class.
Line 128 of TaskSchedulerDeclarations.h, add:
INLINE Task() {};
This would allow to compile libraries such as painlessMesh (which declare a bunch of Tasks without initializing them) together with option _TASK_STATUS_REQUEST.
Another question: why not use the classical header (.h) and code (.cpp) file structure instead of two .h files with different names?
Metadata
Metadata
Assignees
Labels
No labels