mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
'Fix' writing on hitag2 in password mode
Needs more investigation, but it does solve the issue of write commands not working consistently
This commit is contained in:
parent
5b53bf803d
commit
dadaf9cd11
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue