Deep sleep housekeeping

This commit is contained in:
Theo Arends 2019-10-14 17:01:24 +02:00
parent 44be3366aa
commit c296c9a337
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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",
"","","","", "","","","",
"","","","", "","","","",
"","","","", "","","","",