From b381fa562fa400c1064284ee50eabc7f00ed4bf9 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 26 Mar 2025 12:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A9=AC=E8=BE=BE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=9A=84=E6=8E=A7=E5=88=B6=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/GPIOControl.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/src/main/cpp/GPIOControl.h b/app/src/main/cpp/GPIOControl.h index 841281a8..e66304d2 100644 --- a/app/src/main/cpp/GPIOControl.h +++ b/app/src/main/cpp/GPIOControl.h @@ -102,6 +102,13 @@ #define CMD_SET_100M_RESET 526 #define CMD_GET_CAMERA_STATUS 310 + +#define CMD_SET_MADA_MOVE_STATUS 311 +#define CMD_SET_MADA_INIT_STATUS 312 +#define CMD_SET_MADA_CLOSE_STATUS 313 +#define CMD_SET_MADA_REG 314 +#define CMD_GET_MADA_REG 315 + #define CMD_SET_INIT_STATUS 401 #endif // USING_PTZ