From 9a0b765c583bd69929de3a7495138b3e878e4543 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 05 九月 2023 16:14:27 +0800 Subject: [PATCH] 0-10v更新,网关在线状态更新 --- HDL_ON/UI/MainPage.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index 7130000..7108839 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -26,7 +26,7 @@ /// <summary> /// 鐗堟湰鍙� /// </summary> - public static string VersionString = "2.1.0"; + public static string VersionString = "2.1.2"; ///// <summary> ///// 瀹㈡埛绔被鍨� ///// </summary> @@ -630,8 +630,10 @@ #if DEBUG if (msg.Contains("鏀跺埌鏁版嵁") || msg.Contains("鍙戦��") - || msg.Contains("鎺ユ敹鍒版帹閫�") - || true + || msg.Contains("璇诲彇鍔熻兘鐘舵��") + //|| msg.Contains("A鍗忚鏇存柊鐘舵��") + || msg.Contains("000102FE8CBF6BFF020400050000") + //|| true ) Console.WriteLine(msg); #endif -- Gitblit v1.8.0