From ede12920c74de3914480641b18a6c41710c4604b Mon Sep 17 00:00:00 2001 From: xin Date: Wed, 23 Apr 2025 14:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B9=B3=E6=BB=91=E5=89=8D?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Communication_Protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Communication_Protocol.h b/src/Communication_Protocol.h index 4287249..28382e0 100644 --- a/src/Communication_Protocol.h +++ b/src/Communication_Protocol.h @@ -16,8 +16,8 @@ #define SET_AUTO_EXPOSURE 0x52 #define GET_INTEGRAL_TIME_AND_DATA_PROCESS 0x53 #define GET_TEMPRETURE 0x54 -#define SET_SHUTTER_OPEN 0x55 -#define SET_SHUTTER_CLOSE 0x56 +#define SET_SHUTTER_OPEN 0x56 +#define SET_SHUTTER_CLOSE 0x55 #define GET_BANDNUMBER 0x57 #define SET_WEAVE_COEFF 0x58 #define GET_WEAVE_COEFF 0x59