Skip to content

Commit 5f8e55e

Browse files
committed
Well... CLI was nice idea, but I can't make it work. Maybe next time
1 parent 99e8ceb commit 5f8e55e

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

application.fam

-9
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,8 @@ App(
1212
"input",
1313
"notification"
1414
],
15-
provides=["totp_start"],
1615
stack_size=2 * 1024,
1716
order=20,
1817
fap_category="Misc",
1918
fap_icon="totp_10px.png"
2019
)
21-
22-
App(
23-
appid="totp_start",
24-
apptype=FlipperAppType.STARTUP,
25-
entry_point="totp_on_system_start",
26-
requires=["totp"],
27-
order=30,
28-
)

totp_app_cli.c

-32
This file was deleted.

0 commit comments

Comments
 (0)