we can read UART

This commit is contained in:
weiting2
2020-06-19 11:42:18 +08:00
parent acb72072d9
commit d6068938ef
2 changed files with 3 additions and 3 deletions
@@ -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
@@ -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