UART-terminal work well

This commit is contained in:
yichin
2020-04-09 12:30:10 +08:00
parent 14b7574589
commit ec75e1e45c
@@ -1210,6 +1210,7 @@ static void SimpleBLECentral_handleKeys(uint8_t shift, uint8_t keys)
req.handle = charHdl;
status = GATT_ReadCharValue(connHandle, &req, selfEntity);
// Display_print0(dispHandle, ROW_SIX, 0, "Read req sent");
mem_UART_display("Read req sent");
}
if (status == SUCCESS)