lf em 4x70 writepin --> lf em 4x70 setpin

This commit is contained in:
Henry Gabryjelski 2024-03-13 09:25:43 -07:00
commit ba83ac065e
8 changed files with 26 additions and 26 deletions

View file

@ -879,7 +879,7 @@ void em4x70_write_pin(const em4x70_data_t *etd, bool ledcontrol) {
StopTicks();
lf_finalize(ledcontrol);
reply_ng(CMD_LF_EM4X70_WRITEPIN, status, tag.data, sizeof(tag.data));
reply_ng(CMD_LF_EM4X70_SETPIN, status, tag.data, sizeof(tag.data));
}
void em4x70_write_key(const em4x70_data_t *etd, bool ledcontrol) {