From ce1712d1c1a29a2cb842d51cb101bb07e6d94190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 31 Aug 2017 22:57:32 +0200 Subject: [PATCH] Add additional note wrt rtctime --- docs/en/modules/cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/cron.md b/docs/en/modules/cron.md index 93798de4..baaa22ac 100644 --- a/docs/en/modules/cron.md +++ b/docs/en/modules/cron.md @@ -6,7 +6,7 @@ [Cron](https://en.wikipedia.org/wiki/Cron)-like scheduler module. !!! important - This module needs RTC time to operate correctly. Do not forget to include the [`rtctime`](rtctime.md) module. + This module needs RTC time to operate correctly. Do not forget to include the [`rtctime`](rtctime.md) module **and** initialize it properly. ## cron.schedule()