mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
|
|
App(
|
||
|
|
appid="passport",
|
||
|
|
name="Passport",
|
||
|
|
apptype=FlipperAppType.SETTINGS,
|
||
|
|
entry_point="passport_app",
|
||
|
|
cdefines=["APP_PASSPORT"],
|
||
|
|
requires=[
|
||
|
|
"gui",
|
||
|
|
"dolphin",
|
||
|
|
],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
order=60,
|
||
|
|
)
|