mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 19:31:50 +03:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
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,
|
|
)
|