From d52ed2b7dd99339f8b7a539907e9929b9a6da420 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:26:34 +0100 Subject: [PATCH] Update comments DS3231 --- tasmota/xsns_33_ds3231.ino | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasmota/xsns_33_ds3231.ino b/tasmota/xsns_33_ds3231.ino index f5c12a907..347acc367 100644 --- a/tasmota/xsns_33_ds3231.ino +++ b/tasmota/xsns_33_ds3231.ino @@ -24,10 +24,10 @@ * * DS3231 - An accurate RTC that used for get time when you do not have internet connection. * We store UTC time in the DS3231, so we can use the standart functions. - * HOWTO Use : Initially the time needs to be set into the DS3231 either by - * - hand using command TIME - * - internet using NTP - * - GPS using UBX driver + * HOWTO Use : Initially the time needs to be set into the DS3231 either + * - manual using command TIME + * - by internet using NTP + * - by GPS using UBX driver * Once stored the time will be automaticaly updated by the DS2331 after power on * Source: Guy Elgabsi with special thanks to Jack Christensen * @@ -41,8 +41,8 @@ #define USE_RTC_ADDR 0x68 // DS3231 I2C Address #endif -#ifndef USE_GPS // USE_GPS provides it's own (better) NTP server so skip this one -#define DS3231_NTP_SERVER +#ifndef USE_GPS // GPS driver has it's own NTP server +#define DS3231_NTP_SERVER // Enable NTP server (+0k8 code) #endif // DS3231 Register Addresses