summaryrefslogtreecommitdiffstats
path: root/movement/movement_faces.h
diff options
context:
space:
mode:
authorJames Haggerty <james@gruemail.com>2022-11-01 17:08:05 +1100
committerGitHub <noreply@github.com>2022-11-01 01:08:05 -0500
commitb7a461d280d06749aeb14af1e8c17cbf3616055b (patch)
tree899fb8f3b9aefbbbcddc969f0e6d04570adc7661 /movement/movement_faces.h
parent54495d2d295675da636c60d864715ea36e8ebedd (diff)
downloadSensor-Watch-b7a461d280d06749aeb14af1e8c17cbf3616055b.tar.gz
Sensor-Watch-b7a461d280d06749aeb14af1e8c17cbf3616055b.tar.bz2
Sensor-Watch-b7a461d280d06749aeb14af1e8c17cbf3616055b.zip
Make the TOTP face use the filesystem for secret storage (#95)
* TOTP using filesystem * Filesystem: ability to read files line by line
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r--movement/movement_faces.h1
1 files changed, 1 insertions, 0 deletions
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"