mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
Added Bad USB Dummy Loader for Main Menu Moved UniRFRemix files back to Main (Not sure why I moved them to Plugins)
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
App(
|
|
appid="SubGHz_Remote",
|
|
name="Sub-GHz Remote",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="unirfremix_app",
|
|
cdefines=["APP_UNIRFREMIX"],
|
|
requires=["storage", "gui", "dialogs", "subghz"],
|
|
icon="A_UniRFRemix_14",
|
|
stack_size=4 * 1024,
|
|
order=11,
|
|
fap_icon="unirfIcon.png",
|
|
fap_category="Main",
|
|
fap_icon_assets="images",
|
|
)
|