From b7ed9adb6c41089da75d258d7148fa87d2f76d20 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Mon, 22 Nov 2021 21:20:57 -0500 Subject: 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 --- movement/movement_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/movement_config.h') 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, -- cgit v1.2.3