The FAPPening(TM)

This commit is contained in:
Willy-JL
2023-06-25 22:39:30 +01:00
parent 71d1c1d0f1
commit 407e0fa6c2
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="bad_kb",
name="Bad KB",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.FAPP,
entry_point="bad_kb_app",
cdefines=["APP_BAD_KB"],
requires=[

View File

@@ -1,7 +1,7 @@
App(
appid="gpio",
name="GPIO",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.FAPP,
entry_point="gpio_app",
cdefines=["APP_GPIO"],
requires=["gui"],

View File

@@ -1,7 +1,7 @@
App(
appid="ibutton",
name="iButton",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.FAPP,
targets=["f7"],
entry_point="ibutton_app",
cdefines=["APP_IBUTTON"],

View File

@@ -1,7 +1,7 @@
App(
appid="infrared",
name="Infrared",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.FAPP,
entry_point="infrared_app",
targets=["f7"],
cdefines=["APP_INFRARED"],

View File

@@ -1,7 +1,7 @@
App(
appid="lfrfid",
name="RFID",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.FAPP,
targets=["f7"],
entry_point="lfrfid_app",
cdefines=["APP_LF_RFID"],

View File

@@ -1,7 +1,7 @@
App(
appid="xtreme_app",
name="Xtreme",
apptype=FlipperAppType.APP,
apptype=FlipperAppType.FAPP,
entry_point="xtreme_app",
cdefines=["APP_XTREME"],
requires=[