We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586b552 commit 20421e7Copy full SHA for 20421e7
8 files changed
application.fam
@@ -5,9 +5,9 @@ App(
5
name="OpenShock", # Displayed in menus
6
apptype=FlipperAppType.EXTERNAL,
7
entry_point="openshock_app",
8
- requires=["gui"],
+ requires=["gui", "storage"],
9
fap_libs=["subghz"],
10
- stack_size=4 * 1024,
+ stack_size=8 * 1024,
11
fap_category="Sub-GHz",
12
fap_version="0.1",
13
fap_icon="openshock.png", # 10x10 1-bit PNG
0 commit comments