Skip to content

Commit f383c5f

Browse files
authored
Merge pull request #12 from hedger/patch-1
Changed category to GPIO
2 parents 1006df3 + b04701c commit f383c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application.fam

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ App(
44
apptype=FlipperAppType.EXTERNAL,
55
entry_point="air_mouse_app",
66
stack_size=10 * 1024,
7-
fap_category="Tools",
7+
fap_category="GPIO",
88
fap_icon="icon.png",
9-
fap_version="0.6",
9+
fap_version="0.7",
1010
sources=["*.c", "*.cc"],
1111
)

0 commit comments

Comments
 (0)