summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
authorWesley Ellis <tahnok@gmail.com>2021-11-22 21:20:57 -0500
committerWesley Ellis <tahnok@gmail.com>2021-11-22 21:37:21 -0500
commitb7ed9adb6c41089da75d258d7148fa87d2f76d20 (patch)
tree6cfe28b0652d193d46e36590cd831db68fc8fb85 /movement/movement_config.h
parent7817e6696e438c8af74342ef10b576975a0e5448 (diff)
downloadSensor-Watch-b7ed9adb6c41089da75d258d7148fa87d2f76d20.tar.gz
Sensor-Watch-b7ed9adb6c41089da75d258d7148fa87d2f76d20.tar.bz2
Sensor-Watch-b7ed9adb6c41089da75d258d7148fa87d2f76d20.zip
Add initial TOTP watch face impl
Vendor code from https://github.com/Netthaw/TOTP-MCU to do the heavy lifting of computing SHA-1 and HMAC and the rest of TOTP Also implement a date_time to unix timestamp method
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r--movement/movement_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h
index fa5ddf18..8802883d 100644
--- a/movement/movement_config.h
+++ b/movement/movement_config.h
@@ -12,6 +12,7 @@
#include "day_one_face.h"
#include "voltage_face.h"
#include "stopwatch_face.h"
+#include "totp_face.h"
const watch_face_t watch_faces[] = {
simple_clock_face,