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
Serial.printf("Total Cron ID´s: %d \n",Cron.count()); //Total id´s before
for (byte id = 0; id < 255; id++) { Cron.free(id); } //Cron_IDs are numbered from 0 to 254
Serial.printf("Total Cron ID´s: %d \n",Cron.count()); //Total id´s after, must be 0
Is there any way to free whole alarms by a function? Currently, we should store the ID of that alarm in an extra variable.
The text was updated successfully, but these errors were encountered: