Allow larger ADC debounce

Reference #17205
This commit is contained in:
Scott Lahteine
2020-06-26 18:53:39 -05:00
parent 319e93f55d
commit a907e15ae6
5 changed files with 12 additions and 5 deletions

View File

@ -1519,7 +1519,7 @@
// ADC Button Debounce
//
#if HAS_ADC_BUTTONS
#define ADC_BUTTON_DEBOUNCE_DELAY 16 // (ms) Increase if buttons bounce or repeat too fast
#define ADC_BUTTON_DEBOUNCE_DELAY 16 // Increase if buttons bounce or repeat too fast
#endif
// @section safety