Skip to content

Commit 3b0c337

Browse files
Update readme.md
1 parent df9d67a commit 3b0c337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The main screen takes the longest to draw. This is caused by the amount of pixel
1111
* keys never leave the token after setup
1212
* enter button types 6 digit key using HID keyboard (any device that supports HID keyboards should work)
1313
* supports up to 32 profiles
14+
* rechargable RTC battery
1415
* USB mode to add/delete profiles using a CSV file
1516
* support to change the RTC calibration values in the settings
1617
* support for setting the time
@@ -42,4 +43,4 @@ More pictures can be found [here](./img/)
4243
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.
4344

4445
### 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

Comments
 (0)