summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authoruvok2025-07-19 19:15:42 +0200
committeruvok2025-07-19 19:15:42 +0200
commit12f19e6ac90513038d71a1e9018e8b40f8abfc68 (patch)
tree38e44421de9402be67ad081c9d9f277043e33ba9 /src/main.cpp
parent356ff1961c1341c4d6b863b90b9a4e06bef44329 (diff)
Implement preview mode
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d4b9fd9..75c4d8b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -60,6 +60,7 @@ void loop()
{
if (pressDuration == NEXT_KEY) de::uvok::badge::display_next();
if (pressDuration == PRV_KEY) de::uvok::badge::display_prev();
+ if (pressDuration == OK_KEY) de::uvok::badge::display_refresh();
}
else if (pressDuration > PRESS_TIME_BLE_ADV)
{