disable all RTC tamper interrupts by default

This commit is contained in:
Joey Castillo 2021-08-25 12:08:33 -06:00
parent d7544276df
commit 9a5f6c0de0

View File

@ -114,14 +114,14 @@
// <e> RTC Tamper Input 2 settings // <e> RTC Tamper Input 2 settings
// <id> tamper_input_2_settings // <id> tamper_input_2_settings
#ifndef CONF_TAMPER_INPUT_2_SETTINGS #ifndef CONF_TAMPER_INPUT_2_SETTINGS
#define CONF_TAMPER_INPUT_2_SETTINGS 1 #define CONF_TAMPER_INPUT_2_SETTINGS 0
#endif #endif
// <q> Tamper Level Settings // <q> Tamper Level Settings
// <i> Indicates Tamper input 2 level // <i> Indicates Tamper input 2 level
// <id> tamper_level_2 // <id> tamper_level_2
#ifndef CONF_RTC_TAMP_LVL_2 #ifndef CONF_RTC_TAMP_LVL_2
#define CONF_RTC_TAMP_LVL_2 1 #define CONF_RTC_TAMP_LVL_2 0
#endif #endif
// <o> RTC Tamper Input Action // <o> RTC Tamper Input Action
@ -132,7 +132,7 @@
// <i> These bits define the RTC Tamper Input Action to be performed // <i> These bits define the RTC Tamper Input Action to be performed
// <id> rtc_tamper_input_action_2 // <id> rtc_tamper_input_action_2
#ifndef CONF_RTC_TAMPER_INACT_2 #ifndef CONF_RTC_TAMPER_INACT_2
#define CONF_RTC_TAMPER_INACT_2 1 #define CONF_RTC_TAMPER_INACT_2 0
#endif #endif
// <q> Debounce Enable for Tamper Input // <q> Debounce Enable for Tamper Input