attempt to support all function
This commit is contained in:
+6
-4
@@ -312,11 +312,13 @@ static void mem_send_ins(uint16_t handle, uint8_t *value){
|
||||
// }
|
||||
|
||||
req.handle = BLE_CHAR2_HANDLE;
|
||||
req.len = 20;
|
||||
req.len = 2;
|
||||
req.pValue[0] = 0x74;
|
||||
req.pValue[1] = 0x40;
|
||||
|
||||
for(int i=0 ; i < req.len ; i++){
|
||||
req.pValue[i] = *(value+i);
|
||||
}
|
||||
// for(int i=0 ; i < req.len ; i++){
|
||||
// req.pValue[i] = *(value+i);
|
||||
// }
|
||||
req.sig = 0;
|
||||
req.cmd = 0;
|
||||
|
||||
|
||||
+2
-2
@@ -6,11 +6,11 @@
|
||||
#define VERSION_DATE_MONTH 7
|
||||
#define VERSION_DATE_DAY 31
|
||||
#define VERSION_DATE_HOUR 17
|
||||
#define VERSION_DATE_MINUTE 12
|
||||
#define VERSION_DATE_MINUTE 42
|
||||
|
||||
// this is NOT the version hash !!
|
||||
// it's the last version hash
|
||||
#define VERSION_HASH b818a0d4f4a82bd2f2ad0401510694e9f4b70d83
|
||||
#define VERSION_HASH 35dc9a18684dfa1c270a48309de38bf52d892383
|
||||
#define VERSION_GIT_BRANCH simple_central_ma_pin
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user