make u2f external

This commit is contained in:
RogueMaster
2022-09-18 03:31:18 -04:00
parent 2ada9969e0
commit 2c9ea85e3d
2 changed files with 5 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

+5 -3
View File
@@ -1,7 +1,7 @@
App(
appid="u2f",
appid="U2F",
name="U2F",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.EXTERNAL,
entry_point="u2f_app",
cdefines=["APP_U2F"],
requires=[
@@ -9,6 +9,8 @@ App(
"dialogs",
],
stack_size=2 * 1024,
icon="A_U2F_14",
# icon="A_U2F_14",
order=80,
fap_icon="U2FIcon.png",
fap_category="Main",
)