From 1dbe46cd9d0f181d08d5a69f72d8548628a13b9d Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期三, 16 七月 2025 17:13:50 +0800 Subject: [PATCH] 优化:显示在流程中解锁,并且把文件字符集统一替换成UTF-8(BOM) --- EdgeInspector_App/BICommon.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EdgeInspector_App/BICommon.h b/EdgeInspector_App/BICommon.h index f4ef8f0..1688d1f 100644 --- a/EdgeInspector_App/BICommon.h +++ b/EdgeInspector_App/BICommon.h @@ -1,4 +1,4 @@ -#ifndef BL_COMMON_H +锘�#ifndef BL_COMMON_H #define BL_COMMON_H #include <windows.h> @@ -8,7 +8,7 @@ #include <string> #include <time.h> -#define OFFLINE_KEY 0 //OFFLINE_KEY:1鏄绾挎ā寮�;0鏄湪绾挎ā寮� +#define OFFLINE_KEY 1 //OFFLINE_KEY:1鏄绾挎ā寮�;0鏄湪绾挎ā寮� #define MINI_LED 0 //Mini杞﹂棿 #define MINI_NOTCH 0 //Mini杞﹂棿, 鏄惁浣跨敤鍒绘Ы鍔熻兘 #define HALCON_VISION_KEY 0 //鏄惁鍚敤HALCON -- Gitblit v1.9.3