mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 06:18:35 -07:00
The FAPPening(TM)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="bad_kb",
|
appid="bad_kb",
|
||||||
name="Bad KB",
|
name="Bad KB",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.FAPP,
|
||||||
entry_point="bad_kb_app",
|
entry_point="bad_kb_app",
|
||||||
cdefines=["APP_BAD_KB"],
|
cdefines=["APP_BAD_KB"],
|
||||||
requires=[
|
requires=[
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="gpio",
|
appid="gpio",
|
||||||
name="GPIO",
|
name="GPIO",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.FAPP,
|
||||||
entry_point="gpio_app",
|
entry_point="gpio_app",
|
||||||
cdefines=["APP_GPIO"],
|
cdefines=["APP_GPIO"],
|
||||||
requires=["gui"],
|
requires=["gui"],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="ibutton",
|
appid="ibutton",
|
||||||
name="iButton",
|
name="iButton",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.FAPP,
|
||||||
targets=["f7"],
|
targets=["f7"],
|
||||||
entry_point="ibutton_app",
|
entry_point="ibutton_app",
|
||||||
cdefines=["APP_IBUTTON"],
|
cdefines=["APP_IBUTTON"],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="infrared",
|
appid="infrared",
|
||||||
name="Infrared",
|
name="Infrared",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.FAPP,
|
||||||
entry_point="infrared_app",
|
entry_point="infrared_app",
|
||||||
targets=["f7"],
|
targets=["f7"],
|
||||||
cdefines=["APP_INFRARED"],
|
cdefines=["APP_INFRARED"],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="lfrfid",
|
appid="lfrfid",
|
||||||
name="RFID",
|
name="RFID",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.FAPP,
|
||||||
targets=["f7"],
|
targets=["f7"],
|
||||||
entry_point="lfrfid_app",
|
entry_point="lfrfid_app",
|
||||||
cdefines=["APP_LF_RFID"],
|
cdefines=["APP_LF_RFID"],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="xtreme_app",
|
appid="xtreme_app",
|
||||||
name="Xtreme",
|
name="Xtreme",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.FAPP,
|
||||||
entry_point="xtreme_app",
|
entry_point="xtreme_app",
|
||||||
cdefines=["APP_XTREME"],
|
cdefines=["APP_XTREME"],
|
||||||
requires=[
|
requires=[
|
||||||
|
|||||||
Reference in New Issue
Block a user