From 9caa5b6d1c354d481921d1156a99dc1027cda0d1 Mon Sep 17 00:00:00 2001 From: nerichan Date: Tue, 5 Nov 2024 15:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=89=E5=AF=B90xa4?= =?UTF-8?q?=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aime_Reader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Aime_Reader.h b/Aime_Reader.h index 5ae1449..73786f6 100644 --- a/Aime_Reader.h +++ b/Aime_Reader.h @@ -359,7 +359,6 @@ void nfc_mifare_read() { // 认证成功后,读取 MIFARE 指定的 block // response也可以直接打包转发回游戏 void nfc_felica_through() { // FeliCa 处理函数 uint8_t response_length = 0; - req.encap_code &= 0x0F; //把0xA4处理为0x04(FELICA_CMD_REQUEST_RESPONSE) if (nfc.inDataExchange(&req.encap_len, req.encap_len, &res.encap_len, &response_length)) { res_init(response_length); //如果成功的话 res.encap_len == response_length