Make the TOTP face use the filesystem for secret storage (#95)

* TOTP using filesystem

* Filesystem: ability to read files line by line
This commit is contained in:
James Haggerty
2022-11-01 17:08:05 +11:00
committed by GitHub
parent 54495d2d29
commit b7a461d280
8 changed files with 626 additions and 2 deletions

View File

@@ -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"