Skip to content

Commit

Permalink
错误修复,感谢 90s 协助测试。
Browse files Browse the repository at this point in the history
  • Loading branch information
Sucareto committed Mar 1, 2022
1 parent 79fbdf3 commit 7c16b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ static void sg_nfc_cmd_reset() { //重置读卡器
}

static void sg_nfc_cmd_get_fw_version() {
// sg_res_init(23);
sg_res_init(23);
// memcpy(res.version, "TN32MSEC003S F/W Ver1.2", 23);
memcpy(res.version, "*SCRT_Reader F/W Ver1.2", 23);
// sg_res_init(1);
// memset(res.version, 0x94, 1);
}

static void sg_nfc_cmd_get_hw_version() {
// sg_res_init(23);
sg_res_init(23);
// memcpy(res.version, "TN32MSEC003S H/W Ver3.0", 23);
memcpy(res.version, "*SCRT_Reader H/W Ver3.0", 23);
// sg_res_init(9);
Expand Down

0 comments on commit 7c16b9d

Please sign in to comment.