mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-09 23:18:10 -07:00
make u2f external
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user