Skip to content

Commit 7ec1f47

Browse files
author
ICMT
committed
swapped buttons
1 parent df79d88 commit 7ec1f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const uint8_t lockIcon8x8[] PROGMEM = {
4848
#define OLED_RESET -1
4949
Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
5050

51-
#define BUTTON_UP_PIN PIN_031
52-
#define BUTTON_DOWN_PIN PIN_029
51+
#define BUTTON_UP_PIN PIN_029
52+
#define BUTTON_DOWN_PIN PIN_031
5353

5454
const unsigned long INACTIVITY_TIMEOUT = 60000;
5555
const unsigned long PIN_SETUP_TIMEOUT = 10000;

0 commit comments

Comments
 (0)