mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
Merge pull request #1983 from 0xdanneh/hitag2-password-write-timing
'Fix' writing on hitag2 in password mode
This commit is contained in:
@@ -655,6 +655,7 @@ static bool hitag2_password(uint8_t *rx, const size_t rxlen, uint8_t *tx, size_t
|
||||
*txlen = 0;
|
||||
|
||||
if (bPwd && (bAuthenticating == false) && write) {
|
||||
SpinDelay(2);
|
||||
if (hitag2_write_page(rx, rxlen, tx, txlen) == false) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user