mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Add DS3231 bit for turning NTP on/off
This commit is contained in:
parent
f78130319a
commit
7ed19501ad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user