Merge pull request #1 from kicker22004/master

Correct Button order
pull/2/head
SQFMI 2019-11-26 17:23:12 -05:00 committed by GitHub
commit 9c4232f449
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);