修改了配色,添加了解除绑定提示

This commit is contained in:
zxj
2025-08-08 17:26:09 +08:00
parent 2c10731b8d
commit b83a442fe3
33 changed files with 297 additions and 110 deletions
@@ -36,6 +36,10 @@ public class SerialApi {
}
public static void close() {
if (serialPort != null) {
serialPort.close();
serialPort = null;
}
if (serialPortManager != null) {
serialPortManager.close();
}