1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00
Files
unleashed-firmware/applications/plugins/pocsag_pager/application.fam
2022-12-10 20:08:17 +03:00

14 lines
319 B
Plaintext

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="Tools",
fap_icon_assets="images",
)