From 92412cf7d708118ca131e2efc395c722f376aa57 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 12 May 2025 16:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/GPIOControl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/cpp/GPIOControl.h b/app/src/main/cpp/GPIOControl.h index 0f2aef93..c9c4e9ae 100644 --- a/app/src/main/cpp/GPIOControl.h +++ b/app/src/main/cpp/GPIOControl.h @@ -73,6 +73,7 @@ #define CMD_SET_12V_EN_STATE 0 // TO BE ADDED #define CMD_SET_SYSTEM_RESET 202 +#define CMD_SET_SYSTEM_RESET2 203 #define CMD_GET_LIGHT_ADC 101 #define CMD_SET_LIGHT_ADC 102 #define CMD_GET_CHARGING_BUS_VOLTAGE_STATE 112 @@ -125,6 +126,7 @@ #else // defined(USING_N938) #define CMD_SET_SYSTEM_RESET 202 +#define CMD_SET_SYSTEM_RESET2 203 #define CMD_SET_485_EN1 302 #define CMD_SET_3V3_PWR_EN 132 #define CMD_SET_UART0_EN 361