mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
8520daf28b
and running fbt format, and fixing TOTP printf format
19 lines
367 B
Text
19 lines
367 B
Text
App(
|
|
appid="totp",
|
|
name="Authenticator",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="totp_app",
|
|
cdefines=["APP_TOTP"],
|
|
requires=[
|
|
"gui",
|
|
"cli",
|
|
"dialogs",
|
|
"storage",
|
|
"input",
|
|
"notification"
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_category="Misc",
|
|
fap_icon="totp_10px.png"
|
|
)
|