Delete application.fam

This commit is contained in:
Derek Jamison 2023-06-04 16:48:52 -05:00 committed by GitHub
parent c7d1b4177d
commit 2e6174b0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
App(
appid="Basic_Scenes",
name="Basic Scenes Demo",
apptype=FlipperAppType.EXTERNAL,
entry_point="basic_scenes_app",
requires=["gui"],
stack_size=2 * 1024,
fap_icon="basic_scenes.png",
fap_category="Misc",
)