mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-15 20:01:54 -07:00
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
App(
|
||||
appid="I2C_Tools",
|
||||
name="i2c Tools",
|
||||
name="[GPIO] i2c Tools",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="i2ctools_app",
|
||||
cdefines=["APP_I2CTOOLS"],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
App(
|
||||
appid="GPIO_Reader_B",
|
||||
name="GPIO Reader (biotinker)",
|
||||
name="[GPIO] Reader (biotinker)",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="gpio_app",
|
||||
cdefines=["APP_GPIOREADER"],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
App(
|
||||
appid="GPIO_Reader_A",
|
||||
name="GPIO Reader (Aurelilc)",
|
||||
name="[GPIO] Reader (Aurelilc)",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="GPIO_reader_app",
|
||||
requires=["gui"],
|
||||
|
||||
@@ -32,5 +32,5 @@ App(
|
||||
# fap_version=(1,0),
|
||||
|
||||
fap_icon="WiiEC.png",
|
||||
fap_category="Cyborg Systems",
|
||||
fap_category="GPIO",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user