Skip to content

Commit

Permalink
Merge pull request #12 from hedger/patch-1
Browse files Browse the repository at this point in the history
Changed category to GPIO
  • Loading branch information
ginkage authored Jul 10, 2023
2 parents 1006df3 + b04701c commit f383c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="air_mouse_app",
stack_size=10 * 1024,
fap_category="Tools",
fap_category="GPIO",
fap_icon="icon.png",
fap_version="0.6",
fap_version="0.7",
sources=["*.c", "*.cc"],
)

0 comments on commit f383c5f

Please sign in to comment.