diff options
author | uvok | 2025-07-19 19:15:42 +0200 |
---|---|---|
committer | uvok | 2025-07-19 19:15:42 +0200 |
commit | 12f19e6ac90513038d71a1e9018e8b40f8abfc68 (patch) | |
tree | 38e44421de9402be67ad081c9d9f277043e33ba9 /src/main.cpp | |
parent | 356ff1961c1341c4d6b863b90b9a4e06bef44329 (diff) |
Implement preview mode
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
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) { |