ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
336 stars 93 forks source link

Event handles #109

Open stephensaid opened 3 years ago

stephensaid commented 3 years ago

Is it possible to display the handle name of the event when in DEBUG mode? Currently, it displays: Set event (#3) to trigger on: Thursday, 18-Feb-2021 19:53:53 UTC

How can one know which event is number 3?

Thanks