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