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