unleashed-firmware/applications/external/sentry_safe/application.fam
2023-06-29 19:18:49 +03:00

14 lines
492 B
Text

App(
appid="gpio_sentry_safe",
name="[GPIO] Sentry Safe",
apptype=FlipperAppType.EXTERNAL,
entry_point="sentry_safe_app",
requires=["gui"],
stack_size=1 * 1024,
order=80,
fap_icon="safe_10px.png",
fap_category="GPIO",
fap_author="@H4ckd4ddy & @xMasterX (ported to latest firmware)",
fap_version="1.0",
fap_description="App exploiting vulnerability to open any Sentry Safe and Master Lock electronic safe without any pin code via UART pins.",
)