sunday low power work

This commit is contained in:
Joey Castillo
2021-05-02 23:31:07 -04:00
parent 88a38cc235
commit 471bdc60c0
6 changed files with 38 additions and 33 deletions

View File

@@ -169,14 +169,14 @@
// <e> Advanced configuration
// <id> slcd_arch_advanced_settings
#ifndef CONF_SLCD_ADVANCED_SETTINGS
#define CONF_SLCD_ADVANCED_SETTINGS 0
#define CONF_SLCD_ADVANCED_SETTINGS 1
#endif
// <q> Run in standby
// <i> Indicates whether the SLCD will continue running in standby sleep mode or not
// <id> slcd_arch_runstdby
#ifndef CONF_SLCD_RUNSTDBY
#define CONF_SLCD_RUNSTDBY 0
#define CONF_SLCD_RUNSTDBY 1
#endif
// </e>