Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

Revision:
32:76892fdf5e4c
Parent:
31:0f67acfc6236
Child:
34:8f6b0dc124e8
--- a/ecgg.cpp	Sat Jul 15 05:39:45 2017 +0000
+++ b/ecgg.cpp	Sat Jul 15 10:30:46 2017 +0000
@@ -84,7 +84,7 @@
     BLEMsg_info_ecg.device_id = 01;                   // Device ID fixed
     BLEMsg_info_ecg.patient_id = (uint32_t)pid;       // Patient ID
     BLEMsg_info_ecg.sampling_freq = 500;              // sampling frrquency
-    BLEMsg_info_ecg.length = 4022;                   //Total length of data in bytes  22 B+ 4000 data
+    BLEMsg_info_ecg.length = 8022;                   //Total length of data in bytes  22 B+ 4000 data
     
     /*
     //Loading number of samples
@@ -94,7 +94,7 @@
     */
     
     BLEMsg_info_ecg.num_samples.num_sample_ppg_dummy =  0 ;// PPG  number of samples copied to master struct 
-    BLEMsg_info_ecg.num_samples.num_sample_ecg_OTtyp =  1000 ; // ECG  number of samples copied to master struct
+    BLEMsg_info_ecg.num_samples.num_sample_ecg_OTtyp =  2000 ; // ECG  number of samples copied to master struct
     
     //----------------------------------------END Structure for Bluetooth - Added Nidhin 1/6/2017-------