Skip to content

Commit

Permalink
fix category, add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gebeto committed Aug 4, 2023
1 parent 1b0ff26 commit 1da7675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application.fam
Expand Up @@ -4,15 +4,15 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="xbox_controller_app",
cdefines=["APP_XBOX_CONTROLLER"],
requires=[
"gui",
"dialogs",
"infrared"
],
requires=["gui", "dialogs", "infrared"],
stack_size=1 * 1024,
order=1,
fap_icon="xbox_controller.png",
fap_icon="xbox_controller.png",
fap_category="Infrared",
fap_icon_assets="assets",
fap_icon_assets_symbol="xc",
fap_author="@gebeto",
fap_weburl="https://github.com/gebeto/flipper-xbox-controller",
fap_version="1.0",
fap_description="Infrared remote control for Xbox One",
)
Binary file added img/screenshot.png
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 1da7675

Please sign in to comment.