chg: 'lf t55xx wipe p' - now takes a password for wipe

chg: 'lf t55xx wakeup' - uses NG
This commit is contained in:
iceman1001 2019-09-12 21:20:40 +02:00
commit 3821a03a40
3 changed files with 50 additions and 60 deletions

View file

@ -2060,6 +2060,7 @@ void T55xxWakeUp(uint32_t pwd, uint8_t flags) {
//-- Turn and leave field on to let the begin repeating transmission
TurnReadLFOn(20 * 1000);
reply_ng(CMD_LF_T55XX_WAKEUP, PM3_SUCCESS, NULL, 0);
}