mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-03-07 08:27:23 +00:00
11 lines
243 B
Text
11 lines
243 B
Text
App(
|
|
appid="unirfremix",
|
|
name="UniRF Remix",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="unirfremix_app",
|
|
cdefines=["APP_UNIRFREMIX"],
|
|
requires=["gui"],
|
|
icon="A_UniRFRemix_14",
|
|
stack_size=2 * 1024,
|
|
order=11,
|
|
)
|