mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
14 lines
277 B
Text
14 lines
277 B
Text
App(
|
|
appid="unirfremix",
|
|
name="UniRF Remix",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="unirfremix_app",
|
|
cdefines=["APP_UNIRFREMIX"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
icon="A_UniRFRemix_14",
|
|
stack_size=2 * 1024,
|
|
order=11,
|
|
)
|