dont skip button by default

This commit is contained in:
Conor Patrick 2019-01-05 19:34:59 -05:00
parent f15ba1d3dc
commit ce11e4173f

View File

@ -71,6 +71,6 @@ void hw_init(void);
#define SOLO_BUTTON_PIN LL_GPIO_PIN_0
#define SKIP_BUTTON_CHECK_WITH_DELAY 0
#define SKIP_BUTTON_CHECK_FAST 1
#define SKIP_BUTTON_CHECK_FAST 0
#endif