mirror of https://github.com/arendst/Tasmota.git
Deep sleep housekeeping
This commit is contained in:
parent
44be3366aa
commit
c296c9a337
|
@ -462,7 +462,9 @@ void GetFeatures(void)
|
||||||
#ifdef USE_DDSU666
|
#ifdef USE_DDSU666
|
||||||
feature5 |= 0x00000400; // Xnrg_11_ddsu666.ino
|
feature5 |= 0x00000400; // Xnrg_11_ddsu666.ino
|
||||||
#endif
|
#endif
|
||||||
// feature5 |= 0x00000800;
|
#ifdef USE_DEEPSLEEP
|
||||||
|
feature5 |= 0x00000800; // Xdrv_029_deepsleep.ino
|
||||||
|
#endif
|
||||||
|
|
||||||
// feature5 |= 0x00001000;
|
// feature5 |= 0x00001000;
|
||||||
// feature5 |= 0x00002000;
|
// feature5 |= 0x00002000;
|
||||||
|
|
|
@ -171,7 +171,7 @@ a_features = [[
|
||||||
],[
|
],[
|
||||||
"USE_BUZZER","USE_RDM6300","USE_IBEACON","USE_SML_M",
|
"USE_BUZZER","USE_RDM6300","USE_IBEACON","USE_SML_M",
|
||||||
"USE_INA226","USE_A4988_Stepper","USE_DDS2382","USE_SM2135",
|
"USE_INA226","USE_A4988_Stepper","USE_DDS2382","USE_SM2135",
|
||||||
"USE_SHUTTER","USE_PCF8574","USE_DDSU666","",
|
"USE_SHUTTER","USE_PCF8574","USE_DDSU666","USE_DEEPSLEEP",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
|
|
Loading…
Reference in New Issue