mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix: script run e - if called with param but no value, use default value for width.
fix: if no models found, return lua error. textual changes.
This commit is contained in:
parent
2d2a8b7b1b
commit
8a49cb84a2
3 changed files with 23 additions and 17 deletions
|
@ -50,6 +50,7 @@ function main(args)
|
|||
end
|
||||
|
||||
data = data or '01020304'
|
||||
width = width or 0
|
||||
|
||||
print( string.rep('-',60) )
|
||||
print('Bit width of CRC | '..width)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue