From 7ed19501ad64c6bcf4f956b7ec73d25a764b664a Mon Sep 17 00:00:00 2001 From: pkkrusty <79770016+pkkrusty@users.noreply.github.com> Date: Fri, 7 Jan 2022 08:17:03 -0800 Subject: [PATCH] Add DS3231 bit for turning NTP on/off --- tasmota/support_features.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasmota/support_features.ino b/tasmota/support_features.ino index 206735a15..e186f9aa3 100644 --- a/tasmota/support_features.ino +++ b/tasmota/support_features.ino @@ -787,8 +787,9 @@ void ResponseAppendFeatures(void) #ifdef USE_SHIFT595 feature8 |= 0x00080000; // xdrv_60_shift595.ino #endif - -// feature8 |= 0x00100000; +#if defined(USE_I2C) && defined(USE_DS3231) + feature8 |= 0x00100000; // xsns_33_ds3231.ino +#endif // feature8 |= 0x00200000; // feature8 |= 0x00400000; // feature8 |= 0x00800000;