diff --git a/src/Watchy.cpp b/src/Watchy.cpp index 98e94e3..bd59442 100644 --- a/src/Watchy.cpp +++ b/src/Watchy.cpp @@ -369,7 +369,7 @@ void Watchy::setTime() { blink = 1 - blink; - if (digitalRead(DOWN_BTN_PIN) == 1) { + if (digitalRead(UP_BTN_PIN) == 1) { blink = 1; switch (setIndex) { case SET_HOUR: @@ -392,7 +392,7 @@ void Watchy::setTime() { } } - if (digitalRead(UP_BTN_PIN) == 1) { + if (digitalRead(DOWN_BTN_PIN) == 1) { blink = 1; switch (setIndex) { case SET_HOUR: