diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c index c9bdc510e..7e0e7d2ac 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c @@ -841,7 +841,7 @@ static void SimpleBLECentral_processRoleEvent(gapCentralRoleEvent_t *pEvent) scanIdx = 0; // Display_clearLines(dispHandle, ROW_ONE, ROW_SEVEN); // Display_print1(dispHandle, ROW_ONE, 0, "Devices found %d", scanRes); - mem_UART_clear_screen(); +// mem_UART_clear_screen(); char device_number[2] = {scanRes + '0', '\0'}; // report scan result 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 b72899265..8179e3d04 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 6 #define VERSION_DATE_DAY 19 #define VERSION_DATE_HOUR 11 -#define VERSION_DATE_MINUTE 26 +#define VERSION_DATE_MINUTE 42 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH b98d292337ec0e844bf3fb9f8bb93bae3f47a21c +#define VERSION_HASH acb72072d949224f9e383f3d232f40ed203b0116 #define VERSION_GIT_BRANCH simple_central_ma_pin #endif