mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
make unirf external
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
App(
|
App(
|
||||||
appid="unirfremix",
|
appid="SubGHz_Remote",
|
||||||
name="Sub-GHz Remote",
|
name="Sub-GHz Remote",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="unirfremix_app",
|
entry_point="unirfremix_app",
|
||||||
cdefines=["APP_UNIRFREMIX"],
|
cdefines=["APP_UNIRFREMIX"],
|
||||||
requires=[
|
requires=[
|
||||||
"gui",
|
"gui",
|
||||||
"dialogs",
|
"dialogs",
|
||||||
],
|
],
|
||||||
icon="A_UniRFRemix_14",
|
# icon="A_UniRFRemix_14",
|
||||||
stack_size=4 * 1024,
|
stack_size=4 * 1024,
|
||||||
order=11,
|
order=11,
|
||||||
|
fap_icon="unirfIcon.png",
|
||||||
|
fap_category="Main",
|
||||||
)
|
)
|
||||||
|
|||||||
BIN
applications/main/unirfremix/unirfIcon.png
Normal file
BIN
applications/main/unirfremix/unirfIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user