mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
@@ -1,13 +1,13 @@
|
||||
App(
|
||||
appid="gpio",
|
||||
name="GPIO",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
apptype=FlipperAppType.APP,
|
||||
entry_point="gpio_app",
|
||||
cdefines=["APP_GPIO"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
# icon="A_GPIO_14",
|
||||
icon="A_GPIO_14",
|
||||
order=50,
|
||||
fap_icon="gpioIcon.png",
|
||||
fap_category="Main",
|
||||
# fap_icon="gpioIcon.png",
|
||||
# fap_category="Main",
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="infrared",
|
||||
name="Infrared",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
apptype=FlipperAppType.APP,
|
||||
entry_point="infrared_app",
|
||||
cdefines=["APP_INFRARED"],
|
||||
requires=[
|
||||
@@ -9,11 +9,11 @@ App(
|
||||
"dialogs",
|
||||
],
|
||||
provides=["infrared_start"],
|
||||
# icon="A_Infrared_14",
|
||||
icon="A_Infrared_14",
|
||||
stack_size=3 * 1024,
|
||||
order=40,
|
||||
fap_icon="irIcon.png",
|
||||
fap_category="Main",
|
||||
# fap_icon="irIcon.png",
|
||||
# fap_category="Main",
|
||||
)
|
||||
|
||||
App(
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="lfrfid",
|
||||
name="125 kHz RFID",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
apptype=FlipperAppType.APP,
|
||||
entry_point="lfrfid_app",
|
||||
cdefines=["APP_LF_RFID"],
|
||||
requires=[
|
||||
@@ -11,12 +11,9 @@ App(
|
||||
provides=[
|
||||
"lfrfid_start",
|
||||
],
|
||||
# icon="A_125khz_14",
|
||||
icon="A_125khz_14",
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_category="Main",
|
||||
fap_icon="gpioIcon.png",
|
||||
|
||||
)
|
||||
|
||||
App(
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="subghz",
|
||||
name="Sub-GHz",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
apptype=FlipperAppType.APP,
|
||||
entry_point="subghz_app",
|
||||
cdefines=["APP_SUBGHZ"],
|
||||
requires=[
|
||||
@@ -10,12 +10,9 @@ App(
|
||||
"dialogs",
|
||||
],
|
||||
provides=["subghz_start"],
|
||||
# icon="A_Sub1ghz_14",
|
||||
icon="A_Sub1ghz_14",
|
||||
stack_size=2 * 1024,
|
||||
order=10,
|
||||
fap_category="Main",
|
||||
fap_icon="gpioIcon.png",
|
||||
|
||||
)
|
||||
|
||||
App(
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user