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",
|
||||
# "infrared",
|
||||
"infrared_loader",
|
||||
# "lfrfid",
|
||||
"lfrfid_loader",
|
||||
"lfrfid",
|
||||
# "lfrfid_loader",
|
||||
"nfc",
|
||||
"subghz",
|
||||
#"bad_usb",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="lfrfid",
|
||||
name="125 kHz RFID",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
apptype=FlipperAppType.APP,
|
||||
entry_point="lfrfid_app",
|
||||
cdefines=["APP_LF_RFID"],
|
||||
requires=[
|
||||
@@ -9,11 +9,11 @@ App(
|
||||
"dialogs",
|
||||
],
|
||||
# provides=[ "lfrfid_start", ],
|
||||
# icon="A_125khz_14",
|
||||
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"],
|
||||
# fap_category="Main",
|
||||
# fap_icon="125_10px.png",
|
||||
# fap_icon_assets="images",
|
||||
# fap_libs=["assets"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user