mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make style
This commit is contained in:
parent
40830586fe
commit
6359471c5e
2 changed files with 5 additions and 5 deletions
|
@ -176,7 +176,7 @@ local function get_uid_from_user()
|
|||
local uid = extract_uid(log_content)
|
||||
if uid and #uid == 10 then
|
||||
print("Readed EM4102 ID: " ..ac.green.. uid ..ac.reset)
|
||||
return uid
|
||||
return uid
|
||||
else
|
||||
io.write(ac.yellow .. "Error reading UID. Please adjust FOB position and press Enter..." .. ac.reset)
|
||||
io.read()
|
||||
|
@ -221,8 +221,8 @@ end
|
|||
|
||||
local function main(args)
|
||||
for o, a in getopt.getopt(args, 'h') do
|
||||
if o == 'h' then
|
||||
return help()
|
||||
if o == 'h' then
|
||||
return help()
|
||||
end
|
||||
end
|
||||
local blocks = {}
|
||||
|
@ -254,7 +254,7 @@ local function main(args)
|
|||
io.write("Place the " .. ac.cyan .. "T5577" .. ac.reset .. " tag on the coil for writing and press " .. ac.cyan .. "Enter..." .. ac.reset)
|
||||
io.read()
|
||||
write(blocks, block0_value)
|
||||
print(dash)
|
||||
print(dash)
|
||||
timer(3)
|
||||
local verified = verify_written_data(blocks, block0_value, uid_count)
|
||||
while not verified do
|
||||
|
|
|
@ -13357,6 +13357,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 767,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2025-03-22T12:16:04"
|
||||
"extracted_on": "2025-03-23T22:12:59"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue