mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 19:31:30 +00:00
Reorg, added more sources
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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=40,
|
||||
fap_icon="safe_10px.png",
|
||||
fap_category="GPIO",
|
||||
)
|
||||
Reference in New Issue
Block a user