From 5deae80baa36282ce788f3a41a0cac2986985263 Mon Sep 17 00:00:00 2001 From: weiting2 Date: Fri, 20 Mar 2020 17:10:06 +0800 Subject: [PATCH] [semi stable] calibration well function; check chip register; check notify channel --- .../cc26xx/app/headstage/headstage_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 5e5c8383f..5192c03e1 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 @@ -5,12 +5,12 @@ #define VERSION_DATE_YEAR 20 #define VERSION_DATE_MONTH 3 #define VERSION_DATE_DAY 20 -#define VERSION_DATE_HOUR 14 -#define VERSION_DATE_MINUTE 11 +#define VERSION_DATE_HOUR 17 +#define VERSION_DATE_MINUTE 7 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH cacc86099e8c3de8cce718b825bfaede4121719d +#define VERSION_HASH 0ce0e65d4016f0e9ef19f4c595f915158cdb4f11 #define VERSION_GIT_BRANCH Neulive2.0_developement #endif