mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-27 06:04:46 -07:00
faster RFID
This commit is contained in:
@@ -10,8 +10,8 @@ App(
|
|||||||
"ibutton_loader",
|
"ibutton_loader",
|
||||||
# "infrared",
|
# "infrared",
|
||||||
"infrared_loader",
|
"infrared_loader",
|
||||||
# "lfrfid",
|
"lfrfid",
|
||||||
"lfrfid_loader",
|
# "lfrfid_loader",
|
||||||
"nfc",
|
"nfc",
|
||||||
"subghz",
|
"subghz",
|
||||||
#"bad_usb",
|
#"bad_usb",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
App(
|
App(
|
||||||
appid="lfrfid",
|
appid="lfrfid",
|
||||||
name="125 kHz RFID",
|
name="125 kHz RFID",
|
||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.APP,
|
||||||
entry_point="lfrfid_app",
|
entry_point="lfrfid_app",
|
||||||
cdefines=["APP_LF_RFID"],
|
cdefines=["APP_LF_RFID"],
|
||||||
requires=[
|
requires=[
|
||||||
@@ -9,11 +9,11 @@ App(
|
|||||||
"dialogs",
|
"dialogs",
|
||||||
],
|
],
|
||||||
# provides=[ "lfrfid_start", ],
|
# provides=[ "lfrfid_start", ],
|
||||||
# icon="A_125khz_14",
|
icon="A_125khz_14",
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=20,
|
order=20,
|
||||||
fap_category="Main",
|
# fap_category="Main",
|
||||||
fap_icon="125_10px.png",
|
# fap_icon="125_10px.png",
|
||||||
fap_icon_assets="images",
|
# fap_icon_assets="images",
|
||||||
fap_libs=["assets"],
|
# fap_libs=["assets"],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user