mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: @marshmellow42 's XL size, and em4x05 timmings.
This commit is contained in:
parent
e0a241f76e
commit
bdeac4021a
1 changed files with 2 additions and 2 deletions
|
@ -1015,7 +1015,7 @@ void CmdEM410xdemod(int findone, int *high, int *low, int ledcontrol)
|
|||
|
||||
errCnt = Em410xDecode(dest, &size, &idx, &hi, &lo);
|
||||
if (errCnt){
|
||||
if (size>64){
|
||||
if (size == 128){
|
||||
Dbprintf("EM XL TAG ID: %06x%08x%08x - (%05d_%03d_%08d)",
|
||||
hi,
|
||||
(uint32_t)(lo>>32),
|
||||
|
@ -1676,7 +1676,7 @@ void SendForward(uint8_t fwd_bit_count) {
|
|||
WaitUS(32);
|
||||
} else {
|
||||
TurnReadLF_off(23*8);
|
||||
TurnReadLFOn(18*8);
|
||||
TurnReadLFOn(16*8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue