we can read UART
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user