Skip to content

Commit

Permalink
Update application manifest and add icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezod committed Oct 4, 2022
1 parent 8aff5d2 commit b3cd0e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="gps_app",
cdefines=["APP_GPS"],
requires=[
"gui",
],
requires=["gui"],
stack_size=1 * 1024,
order=20,
order=35,
fap_icon="gps_10px.png",
fap_category="Tools",
)
Binary file added gps_10px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3cd0e7

Please sign in to comment.