Skip to content

Commit 4490684

Browse files
committed
updated readme
1 parent 68c01ef commit 4490684

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The main screen takes the longest to draw. This is caused by the amount of pixel
99

1010
### Features
1111
* keys never leave the token after setup
12-
* enter button types 6 digit key using HID keyboard (any device that supports HID keyboards should work)
12+
* support for 6 and 8 digit tokens
13+
* enter button types 6/8 digit token using HID keyboard (any device that supports HID keyboards should work)
1314
* supports up to 32 profiles
1415
* rechargable RTC battery
15-
* USB mode to add/delete profiles using a CSV file
16+
* USB mode to add/delete profiles using a CSV file (supports base32, hex and hex string)
1617
* support to change the RTC calibration values in the settings
17-
* support for setting the time
18+
* support for setting the time + timezone (currently only GMT)
1819
* 60 seconds screen timeout
19-
* Support for timezones
2020

2121
### Images
2222
Photos<br>
@@ -33,9 +33,7 @@ More pictures can be found [here](./img/)
3333

3434
### TODO
3535
* encrypt profiles
36-
* support for base32 keys
3736
* support for different intervals
38-
* support for 8 digit keys
3937
* 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)
4038
* rework the calibration and time settings screens
4139

0 commit comments

Comments
 (0)