mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 09:17:11 +00:00
14 lines
241 B
Text
14 lines
241 B
Text
App(
|
|
appid="u2f",
|
|
name="U2F",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="u2f_app",
|
|
cdefines=["APP_U2F"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
icon="A_U2F_14",
|
|
order=80,
|
|
)
|