From 38264f809b5e07fe075fd00cac3f0aaa45d5aff2 Mon Sep 17 00:00:00 2001 From: weiting2 Date: Tue, 5 May 2020 16:46:51 +0800 Subject: [PATCH] [stable] we can get cali-data name now --- .../cc26xx/app/headstage/headstage_cali_table.h | 2 +- .../cc26xx/app/headstage/headstage_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h index 59b5381b2..82c9f1760 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h @@ -2,7 +2,7 @@ #ifndef NEU_CALI_TABLE #define NEU_CALI_TABLE -#define BOARD_00_81_F9_E4_8C_D0 +#define BOARD_TEST typedef struct _SingleChannelCali{ uint16_t Gain[4]; diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h index 2aaf2ddea..62afacf77 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h @@ -6,11 +6,11 @@ #define VERSION_DATE_MONTH 5 #define VERSION_DATE_DAY 5 #define VERSION_DATE_HOUR 16 -#define VERSION_DATE_MINUTE 45 +#define VERSION_DATE_MINUTE 46 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH b3a37db2b5929b7deb4ce44638bb26a743008959 +#define VERSION_HASH 476ffa47145a4d8c25bd188605f3cd1b0cd88228 #define VERSION_GIT_BRANCH Neulive2.0_developement static void get_board_name(char *board_name_ch, uint8 *board_name_int, uint8 name_size){