Skip to content

Commit c990d60

Browse files
committed
updated readme
1 parent 3ecd9c8 commit c990d60

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ Open source hardware TOTP token. Currently targets the LPC1756, LPC1758 and LPC1
33

44
### Features
55
* keys never leave the token after setup
6+
* enter button types 6 digit key using HID keyboard (any device that supports HID keyboards should work)
67
* supports up to 32 profiles
7-
* USB mode to add/delete profiles without having the keys leave the token
8+
* USB mode to add/delete profiles using a CSV file
89
* support to change the RTC calibration values in the settings
910
* support for setting the time
11+
* 60 seconds screen timeout
1012

1113
### Images
1214
Photos<br>
@@ -23,7 +25,9 @@ Additional pictures can be found [here](./img/)
2325

2426
### TODO
2527
* encrypt profiles
26-
* Add support for more than 32 profiles (needs a rework if more profiles are required. The profiles are copied to ram and there is not enough for more at the moment. If we leave them in flash we can store a lot more)
28+
* support for different intervals
29+
* support for 8 digit keys
30+
* add support for more than 32 profiles (needs a rework if more profiles are required. The profiles are copied to ram and there is not enough for more at the moment. If we leave them in flash we can store a lot more)
2731

2832
### Extra
2933
Is intended to be used with [USB dfu bootloader](https://github.com/itzandroidtab/dfu_bootloader). To build without bootloader support delete `set(TARGET_LINKERSCRIPT ...)` from the `CMakeLists.txt` in this project.

0 commit comments

Comments
 (0)