add bruteforce parameters to command line

This commit is contained in:
phaseloop 2023-05-05 12:57:47 +00:00 committed by PhaseLoop
commit f09a8cfa28
3 changed files with 69 additions and 31 deletions

View file

@ -703,7 +703,7 @@ void em4x50_login(uint32_t *password, bool ledcontrol) {
reply_ng(CMD_LF_EM4X50_LOGIN, status, NULL, 0);
}
// envoke password search
// invoke password search
void em4x50_brute(em4x50_data_t *etd, bool ledcontrol) {
em4x50_setup_read();