mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
239ae6c59e
commit
3c873d34bc
4 changed files with 46 additions and 44 deletions
|
@ -10102,14 +10102,16 @@
|
||||||
"description": "Simulate Hitag S transponder You need to `lf hitag hts eload` first",
|
"description": "Simulate Hitag S transponder You need to `lf hitag hts eload` first",
|
||||||
"notes": [
|
"notes": [
|
||||||
"lf hitag hts sim",
|
"lf hitag hts sim",
|
||||||
"lf hitag hts sim --82xx"
|
"lf hitag hts sim --82xx",
|
||||||
|
"lf hitag hts sim -t 30 -> set threshold to 30"
|
||||||
],
|
],
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help",
|
"-h, --help This help",
|
||||||
"-8, --82xx simulate 8268/8310"
|
"-8, --82xx simulate 8268/8310",
|
||||||
|
"-t, --threshold <dec> set edge detect threshold (def: 127)"
|
||||||
],
|
],
|
||||||
"usage": "lf hitag hts sim [-h8]"
|
"usage": "lf hitag hts sim [-h8] [-t <dec>]"
|
||||||
},
|
},
|
||||||
"lf hitag hts wrbl": {
|
"lf hitag hts wrbl": {
|
||||||
"command": "lf hitag hts wrbl",
|
"command": "lf hitag hts wrbl",
|
||||||
|
@ -13248,6 +13250,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 761,
|
"commands_extracted": 761,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2025-03-19T08:33:58"
|
"extracted_on": "2025-03-19T10:24:44"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue