|
@ -653,6 +653,7 @@ public class A8kCanBusService { |
|
|
Thread.sleep(100); |
|
|
Thread.sleep(100); |
|
|
} catch (InterruptedException ignore) { |
|
|
} catch (InterruptedException ignore) { |
|
|
} |
|
|
} |
|
|
|
|
|
logger.error("send cmd {} fail, retry {}", pack, i); |
|
|
} |
|
|
} |
|
|
throw new HardwareException(MId.valueOf(pack.getModuleId()), A8kEcode.Overtime); |
|
|
throw new HardwareException(MId.valueOf(pack.getModuleId()), A8kEcode.Overtime); |
|
|
} |
|
|
} |
|
|