From a43ef2f62efcf6de6f3d362363d3ab6b0f5489c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Mon, 5 May 2025 11:10:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B3=A8=E9=87=8A=E7=94=A8=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iflytop/gd/hardware/comm/can/A8kCanBusService.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/iflytop/gd/hardware/comm/can/A8kCanBusService.java b/src/main/java/com/iflytop/gd/hardware/comm/can/A8kCanBusService.java index 460a2b9..909df2e 100644 --- a/src/main/java/com/iflytop/gd/hardware/comm/can/A8kCanBusService.java +++ b/src/main/java/com/iflytop/gd/hardware/comm/can/A8kCanBusService.java @@ -93,10 +93,10 @@ public class A8kCanBusService { return connection.callcmd(id, CmdId.module_get_version).getContentI32(0); } - public ModuleType moduleReadType(MId id) throws HardwareException { - var packet = connection.callcmd(id, CmdId.module_get_type); - return ModuleType.of(packet.getContentI32(0)); - } +// public ModuleType moduleReadType(MId id) throws HardwareException { +// var packet = connection.callcmd(id, CmdId.module_get_type); +// return ModuleType.of(packet.getContentI32(0)); +// } // public byte[] a8kIdcardReaderReadRaw() throws HardwareException { // int i = 0;