]> git.earman.xyz Git - sensor-watch.git/commit
Add initial TOTP watch face impl
authorWesley Ellis <tahnok@gmail.com>
Tue, 23 Nov 2021 02:20:57 +0000 (21:20 -0500)
committerWesley Ellis <tahnok@gmail.com>
Tue, 23 Nov 2021 02:37:21 +0000 (21:37 -0500)
commitb7ed9adb6c41089da75d258d7148fa87d2f76d20
tree6cfe28b0652d193d46e36590cd831db68fc8fb85
parent7817e6696e438c8af74342ef10b576975a0e5448
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/lib/TOTP-MCU [new submodule]
movement/make/Makefile
movement/movement_config.h
movement/watch_faces/complications/totp_face.c [new file with mode: 0644]
movement/watch_faces/complications/totp_face.h [new file with mode: 0644]