fix UP_BTN_MASK

pull/150/head
Torgny Bjers 2022-03-29 12:42:32 -04:00
parent 165de926d5
commit 35fadd8204
No known key found for this signature in database
GPG Key ID: 65918840686A0D2A
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#define DOWN_BTN_PIN 4
#define MENU_BTN_MASK GPIO_SEL_26
#define BACK_BTN_MASK GPIO_SEL_25
#define UP_BTN_MASK GPIO_SEL_32
#define UP_BTN_MASK GPIO_SEL_35
#define DOWN_BTN_MASK GPIO_SEL_4
#define ACC_INT_MASK GPIO_SEL_14
#define BTN_PIN_MASK MENU_BTN_MASK|BACK_BTN_MASK|UP_BTN_MASK|DOWN_BTN_MASK