Skip to content

Commit

Permalink
Updated FlipperAppType
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel H authored and Samuel H committed Mar 20, 2023
1 parent 2d1d151 commit 2711e8b
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
@@ -1,7 +1,7 @@
App(
appid="i2cTools",
name="i2c Tools",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.PLUGIN,
entry_point="i2ctools_app",
cdefines=["APP_I2CTOOLS"],
requires=["gui"],
Expand All @@ -10,4 +10,4 @@ App(
fap_icon="i2ctools.png",
fap_category="GPIO",
fap_icon_assets="images",
)
)

0 comments on commit 2711e8b

Please sign in to comment.