mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-27 03:49:58 -07:00
21 lines
394 B
Plaintext
21 lines
394 B
Plaintext
App(
|
|
appid="lfrfid",
|
|
name="RFID",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
targets=["f7"],
|
|
entry_point="lfrfid_app",
|
|
icon="A_125khz_14",
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="icon.png",
|
|
fap_category="RFID",
|
|
)
|
|
|
|
App(
|
|
appid="lfrfid_start",
|
|
targets=["f7"],
|
|
apptype=FlipperAppType.STARTUP,
|
|
entry_point="lfrfid_on_system_start",
|
|
order=50,
|
|
)
|