config library
Functions
-
configRead(
int tasksMax, Function removeTask Function saveConfig) → Future< Queue< Task> > - Load and decode all tasks to a device's sdcard.
-
configSave(
Queue< Task> tasks) → void - Encode and save all tasks to a device's sdcard.