From b7a461d280d06749aeb14af1e8c17cbf3616055b Mon Sep 17 00:00:00 2001 From: James Haggerty Date: Tue, 1 Nov 2022 17:08:05 +1100 Subject: Make the TOTP face use the filesystem for secret storage (#95) * TOTP using filesystem * Filesystem: ability to read files line by line --- movement/movement_faces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/movement_faces.h') diff --git a/movement/movement_faces.h b/movement/movement_faces.h index 9aa5e6ca..282be0e6 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -39,6 +39,7 @@ #include "voltage_face.h" #include "stopwatch_face.h" #include "totp_face.h" +#include "totp_face_lfs.h" #include "lis2dw_logging_face.h" #include "demo_face.h" #include "hello_there_face.h" -- cgit v1.2.3