mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
GPIO back to Internal, try Infrared External
This commit is contained in:
@@ -3,9 +3,9 @@ App(
|
||||
name="Basic applications for main menu",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
# "gpio",
|
||||
"gpio",
|
||||
# "ibutton",
|
||||
"infrared",
|
||||
# "infrared",
|
||||
"lfrfid",
|
||||
"nfc",
|
||||
"subghz",
|
||||
|
||||
@@ -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",
|
||||
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.APP,
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="infrared_app",
|
||||
cdefines=["APP_INFRARED"],
|
||||
requires=[
|
||||
@@ -9,9 +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",
|
||||
)
|
||||
|
||||
App(
|
||||
|
||||
BIN
applications/main/infrared/irIcon.png
Normal file
BIN
applications/main/infrared/irIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user