mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
13 lines
321 B
Text
13 lines
321 B
Text
App(
|
|
appid="pocsag_pager",
|
|
name="POCSAG Pager",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="pocsag_pager_app",
|
|
cdefines=["APP_POCSAG_PAGER"],
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
order=50,
|
|
fap_icon="pocsag_pager_10px.png",
|
|
fap_category="Sub-GHz",
|
|
fap_icon_assets="images",
|
|
)
|