This commit is contained in:
iceman1001 2021-01-29 16:10:33 +01:00
commit f65b5eb96d

View file

@ -662,10 +662,11 @@ void em4x70_write(em4x70_data_t *etd) {
if (status) { if (status) {
// Read Tag after writing // Read Tag after writing
em4x70_read_id(); if (em4x70_read_id()) {
em4x70_read_um1(); em4x70_read_um1();
em4x70_read_um2(); em4x70_read_um2();
} }
}
} }