From 95b50178d3fde31dd9e1d594264e4cf036e4f272 Mon Sep 17 00:00:00 2001
From: patrick.xu <patrick.xu@broconcentric.com>
Date: 星期一, 15 八月 2022 18:59:05 +0800
Subject: [PATCH] 优先x86编译

---
 LLMF/Toolkit/ConfigStruct.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/LLMF/Toolkit/ConfigStruct.cs b/LLMF/Toolkit/ConfigStruct.cs
index 843eaf1..507a498 100644
--- a/LLMF/Toolkit/ConfigStruct.cs
+++ b/LLMF/Toolkit/ConfigStruct.cs
@@ -61,7 +61,7 @@
 
     public struct CamerasConfig
     {
-        public uint[] SerialNumber;
+        public string[] SerialNumber;
     }
 
     [Serializable]
@@ -81,6 +81,7 @@
         public bool leftUsed;
         public bool rightUsed;
         public bool saveImage;
+        public string saveImageFormat;
         public long inch13;
         public long inch15;
         public long inch16;

--
Gitblit v1.8.0