mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
20 lines
416 B
Plaintext
20 lines
416 B
Plaintext
App(
|
|
appid="lfrfid",
|
|
name="125 kHz RFID",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="lfrfid_app",
|
|
cdefines=["APP_LF_RFID"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
# provides=[ "lfrfid_start", ],
|
|
icon="A_125khz_14",
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
# fap_category="Main",
|
|
# fap_icon="125_10px.png",
|
|
# fap_icon_assets="images",
|
|
# fap_libs=["assets"],
|
|
)
|