diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/mem_board_central.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/mem_board_central.h index 180fff349..6473a04c0 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/mem_board_central.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/mem_board_central.h @@ -230,11 +230,11 @@ static void mem_recv_ins(){ case INS_CONNECT:{ char TestMsg[20] = "recv connect"; + UART_write(uart_handle, TestMsg, 20); if(state != BLE_STATE_BROWSING){ break; } else{ - UART_write(uart_handle, TestMsg, 20); scanIdx = UART_rxBuf[1] - 1; mem_connect_device(); } 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 182ad07be..0142eec61 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 7 #define VERSION_DATE_DAY 1 #define VERSION_DATE_HOUR 11 -#define VERSION_DATE_MINUTE 1 +#define VERSION_DATE_MINUTE 8 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH 0eede43502f1f0ad5f59f270ef82fdc5e57ace38 +#define VERSION_HASH ecb81de2d8c0a305f52938722c3a4050a5261b3a #define VERSION_GIT_BRANCH simple_central_ma_pin #endif