张世豪
昨天 ef78717c5b956a26b360de44f774fc2b804296c2
src/xitongshezhi/ConfigSet.java
@@ -79,7 +79,7 @@
        if (lunxun.isPolling() && !lunxun.isPaused()) {
            boolean paused = lunxun.setPollingPaused(true);
            if (paused) {
                System.out.println("进入设置页面,轮询已暂停");
                //System.out.println("进入设置页面,轮询已暂停");
            } else {
                System.err.println("进入设置页面,暂停轮询失败");
            }
@@ -98,7 +98,7 @@
                if (lunxun.checkSerialConnection()) {
                    boolean resumed = lunxun.setPollingPaused(false);
                    if (resumed) {
                        System.out.println("退出设置页面,轮询已恢复");
                        //System.out.println("退出设置页面,轮询已恢复");
                    } else {
                        System.err.println("退出设置页面,恢复轮询失败");
                    }
@@ -107,7 +107,7 @@
                }
            }
        } else {
            System.out.println("退出设置页面,保持原有轮询状态 - 运行: " + wasPollingRunning + ", 暂停: " + wasPollingPaused);
            //System.out.println("退出设置页面,保持原有轮询状态 - 运行: " + wasPollingRunning + ", 暂停: " + wasPollingPaused);
        }
    }