DLE attempt
This commit is contained in:
@@ -1701,6 +1701,13 @@ static void SimpleBLECentral_processGATTDiscEvent(gattMsgEvent_t *pMsg)
|
||||
{
|
||||
svcStartHdl = ATT_ATTR_HANDLE(pMsg->msg.findByTypeValueRsp.pHandlesInfo, 0);
|
||||
svcEndHdl = ATT_GRP_END_HANDLE(pMsg->msg.findByTypeValueRsp.pHandlesInfo, 0);
|
||||
mem_UART_display("svcStartHdl:");
|
||||
mem_UART_display_u16(svcStartHdl);
|
||||
mem_UART_newline();
|
||||
|
||||
mem_UART_display("svcEndHdl:");
|
||||
mem_UART_display_u16(svcEndHdl);
|
||||
mem_UART_newline();
|
||||
}
|
||||
|
||||
// If procedure complete
|
||||
|
||||
+4
-4
@@ -4,13 +4,13 @@
|
||||
|
||||
#define VERSION_DATE_YEAR 20
|
||||
#define VERSION_DATE_MONTH 4
|
||||
#define VERSION_DATE_DAY 13
|
||||
#define VERSION_DATE_HOUR 11
|
||||
#define VERSION_DATE_MINUTE 20
|
||||
#define VERSION_DATE_DAY 14
|
||||
#define VERSION_DATE_HOUR 12
|
||||
#define VERSION_DATE_MINUTE 48
|
||||
|
||||
// this is NOT the version hash !!
|
||||
// it's the last version hash
|
||||
#define VERSION_HASH c7de00ba54a1e6796345068dfec432ce82141b1c
|
||||
#define VERSION_HASH a0bae8c806a17b73a65b4beb5ed2dddb34dd1963
|
||||
#define VERSION_GIT_BRANCH MemBoard_simple_central
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user