mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
Infrared Back To Internal
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user