mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-27 03:49:58 -07:00
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
App(
|
|
appid="u2f",
|
|
name="U2F",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="u2f_app",
|
|
stack_size=2 * 1024,
|
|
icon="A_U2F_14",
|
|
order=80,
|
|
resources="resources",
|
|
fap_libs=["mbedtls"],
|
|
fap_category="USB",
|
|
fap_icon="icon.png",
|
|
)
|