Revert merge of PR #437 - debouncing logic
This reverts commita715265af6, reversing changes made to9c093f9540. Insidious issues were found in the course of long term testing by the community, and further reviews of the code were not enough to pinpoint the issue and fix it. So for now the appropriate action is to revert these changes while development continues, and possibly merge them back in once they have been stabilized. Tested-on-hardware-by: David Volovskiy <devolov@gmail.com> Tested-on-hardware-by: CarpeNoctem <cryptomax@pm.me> Tested-on-hardware-by: Krzysztof Gałka <@kshysztof@Discord>
This commit is contained in:
@@ -273,10 +273,6 @@ typedef struct {
|
||||
|
||||
// low energy mode countdown
|
||||
int32_t le_mode_ticks;
|
||||
uint8_t debounce_ticks_light;
|
||||
uint8_t debounce_ticks_alarm;
|
||||
uint8_t debounce_ticks_mode;
|
||||
bool ignore_alarm_btn_after_sleep;
|
||||
|
||||
// app resignation countdown (TODO: consolidate with LE countdown?)
|
||||
int16_t timeout_ticks;
|
||||
|
||||
Reference in New Issue
Block a user