elanmoc: Adjustments to protocol change (passing an empty user ID)

This commit is contained in:
hermanlin
2021-08-10 16:22:54 +08:00
parent 874513e79a
commit 62448492af
4 changed files with 170 additions and 168 deletions

View File

@@ -135,7 +135,7 @@ static const struct elanmoc_cmd elanmoc_set_mod_cmd = {
static const struct elanmoc_cmd elanmoc_check_reenroll_cmd = {
.cmd_header = {0x40, 0xff, 0x22},
.cmd_len = 5,
.cmd_len = 3 + ELAN_USERDATE_SIZE,
.resp_len = 2,
};