From 8f8eed75beb5bb9b66f2a87de856f2dbf11e6ffe Mon Sep 17 00:00:00 2001 From: 张世豪 <979909237@qq.com> Date: 星期四, 20 十一月 2025 20:29:36 +0800 Subject: [PATCH] 修改 --- .classpath | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.classpath b/.classpath index b6f4065..8404967 100644 --- a/.classpath +++ b/.classpath @@ -7,5 +7,7 @@ </classpathentry> <classpathentry kind="src" path="src"/> <classpathentry kind="lib" path="lib/jSerialComm-2.10.4.jar"/> + <classpathentry kind="lib" path="lib/slf4j-api-1.7.30.jar"/> + <classpathentry kind="lib" path="lib/slf4j-simple-1.7.30.jar"/> <classpathentry kind="output" path="bin"/> </classpath> -- Gitblit v1.9.3