From 0b64aae1b08ceea9aa2d3c5572252aae6d29a882 Mon Sep 17 00:00:00 2001 From: Rop Gonggrijp Date: Sat, 11 Jul 2020 15:46:58 +0200 Subject: [PATCH] Whoops, that was meant for M5ez, not for ezTime --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ef422e3..9fd1c0a 100644 --- a/README.md +++ b/README.md @@ -623,8 +623,6 @@ If you edit the ezTime.h file in the library directory and set the EZTIME_LANGUA This is what your loop functions should call if they want events executed. This includes user-set events (see below) and the NTP updates that ezTime does periodically. `events()` also calls the Arduino function `yield()`, so you do not need to call that anymore (but once more doesn't hurt). -These events are meant for things that need to happen frequently. The next event cannot be more than 65 seconds out as the period between them is a 16-bit unsigned integer. If you use M5ez with ezTime, you can use [ezTime's events](https://github.com/ropg/ezTime#events) for things that need to happen with more time between them. -   ### setEvent