mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-04 08:05:19 +03: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,
|
|
)
|