Update and rename 14araw.lua to hf_14a_raw.lua
This commit is contained in:
committed by
Philippe Teuwen
parent
39b2896e7c
commit
2aa197d816
@@ -11,19 +11,19 @@ This is a script to allow raw 1444a commands to be sent and received.
|
|||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
# 1. Connect and don't disconnect
|
# 1. Connect and don't disconnect
|
||||||
script run 14araw -p
|
script run hf_14a_raw -p
|
||||||
|
|
||||||
# 2. Send mf auth, read response (nonce)
|
# 2. Send mf auth, read response (nonce)
|
||||||
script run 14araw -o -x 6000F57b -p
|
script run hf_14a_raw -o -x 6000F57b -p
|
||||||
|
|
||||||
# 3. disconnect
|
# 3. disconnect
|
||||||
script run 14araw -o
|
script run hf_14a_raw -o
|
||||||
|
|
||||||
# All three steps in one go:
|
# All three steps in one go:
|
||||||
script run 14araw -x 6000F57b
|
script run hf_14a_raw -x 6000F57b
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run 14araw -x 6000F57b
|
script run hf_14a_raw -x 6000F57b
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-o do not connect - use this only if you previously used -p to stay connected
|
-o do not connect - use this only if you previously used -p to stay connected
|
||||||
Reference in New Issue
Block a user