From 316f00c8f97356ecf475e2e6ecc4623dae1c7f23 Mon Sep 17 00:00:00 2001 From: chain40 Date: Tue, 21 May 2024 01:02:03 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9A=AB=E7=94=A8=20edc=20=E5=90=8D?= =?UTF-8?q?=E7=A8=B1=E5=8F=8A=E7=89=88=E8=99=9F,=20=E8=AE=93=20pi=20?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=AD=98=E5=88=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app_config.h b/app_config.h index 939f07e..9e28e69 100644 --- a/app_config.h +++ b/app_config.h @@ -127,19 +127,19 @@ extern "C" #define DEF_SW_DRV_ENABLED 1 #define DEF_ADGS1412_ENABLED 1 -#define DEF_FS_ENABLED 1 -#define DEF_FS_RTT_DIR 1 -#define DEF_GD25D10C_ENABLED 1 +#define DEF_FS_ENABLED 0 +#define DEF_FS_RTT_DIR 0 +#define DEF_GD25D10C_ENABLED 0 #define DEF_RTT_JSCOP_ENABLED 0 #elif (DEF_ELITE_MODEL == DEF_PULSE_E_LOAD_01) -#define ELITE_DEVICE_NAME "Pulse-E-Load" +#define ELITE_DEVICE_NAME "Elite-EDC" #define MAJOR_PRODUCT_NUMBER 0 -#define MINOR_PRODUCT_NUMBER 7 -#define MAJOR_VERSION_NUMBER 0 -#define MINOR_VERSION_NUMBER 0 +#define MINOR_PRODUCT_NUMBER 2 +#define MAJOR_VERSION_NUMBER 1 +#define MINOR_VERSION_NUMBER 9 #define DEF_FS_ENABLED 0 #define DEF_FS_RTT_DIR 0