mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
62e56e2618
now old assets are removed so we can avoid duplicates
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
App(
|
|
appid="GPIO_Sentry_Safe",
|
|
name="[GPIO] Sentry Safe",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="sentry_safe_app",
|
|
cdefines=["APP_SENTRY_SAFE"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=80,
|
|
fap_icon="safe_10px.png",
|
|
fap_category="GPIO",
|
|
)
|