We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df79d88 commit 7ec1f47Copy full SHA for 7ec1f47
src/main.cpp
@@ -48,8 +48,8 @@ const uint8_t lockIcon8x8[] PROGMEM = {
48
#define OLED_RESET -1
49
Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
50
51
-#define BUTTON_UP_PIN PIN_031
52
-#define BUTTON_DOWN_PIN PIN_029
+#define BUTTON_UP_PIN PIN_029
+#define BUTTON_DOWN_PIN PIN_031
53
54
const unsigned long INACTIVITY_TIMEOUT = 60000;
55
const unsigned long PIN_SETUP_TIMEOUT = 10000;
0 commit comments