You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The main screen takes the longest to draw. This is caused by the amount of pixel
11
11
* keys never leave the token after setup
12
12
* enter button types 6 digit key using HID keyboard (any device that supports HID keyboards should work)
13
13
* supports up to 32 profiles
14
+
* rechargable RTC battery
14
15
* USB mode to add/delete profiles using a CSV file
15
16
* support to change the RTC calibration values in the settings
16
17
* support for setting the time
@@ -42,4 +43,4 @@ More pictures can be found [here](./img/)
42
43
TOTP uses [klib](https://github.com/itzandroidtab/klib). This repo can be cloned in the klib project folder. See [build.yml](./.github/workflows/build.yml) for more info on compiling this project.
43
44
44
45
### Extra
45
-
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.
46
+
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