Adjustable ADC debounce delay (#16264)

This commit is contained in:
Dennis
2020-01-15 19:06:03 -05:00
committed by Scott Lahteine
parent 7481563bd9
commit 2d7f94cae1
3 changed files with 17 additions and 3 deletions

View File

@ -1379,6 +1379,13 @@
//#define TFT_BTOKMENU_COLOR 0x145F // 00010 100010 11111 Cyan
#endif
//
// ADC Button Debounce
//
#if HAS_ADC_BUTTONS
#define ADC_BUTTON_DEBOUNCE_DELAY 16 // (ms) Increase if buttons bounce or repeat too fast
#endif
// @section safety
/**