Correct Button order

pull/1/head
kicker22004 2019-11-25 21:34:47 -08:00 committed by GitHub
parent e52ff323c1
commit 07dc80963e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
#define RTC_PIN GPIO_NUM_33
#define BTN_1 GPIO_SEL_39
#define BTN_2 GPIO_SEL_36
#define BTN_3 GPIO_SEL_35
#define BTN_4 GPIO_SEL_34
#define BTN_3 GPIO_SEL_34
#define BTN_4 GPIO_SEL_35
#define BTN_PIN_MASK BTN_1|BTN_2|BTN_3|BTN_4
DS3232RTC RTC(false);