BLE Transmitter not working

Fork of Dealer_23Feb by kumar singh

Revision:
26:506380fccce2
Parent:
24:1063cfc311e5
--- a/Lora.cpp	Thu Feb 23 13:21:08 2017 +0000
+++ b/Lora.cpp	Mon Mar 20 02:44:45 2017 +0000
@@ -240,6 +240,7 @@
     else
         Heart_Beat_Lora_Packet.Sequence_No = 0x01;
     pc2.printf("\nHeartbeat Packet Sequence Number %d",Heart_Beat_Lora_Packet.Sequence_No);
+    pc_2.printf("\nHeartbeat Packet Sequence Number %d",Heart_Beat_Lora_Packet.Sequence_No);
 }
 
 //CheckIN packets sending should be started when device is plugged in to the vehicle. It should be sent every 5sec for 2minutes and afterthat it should stop sending
@@ -321,6 +322,7 @@
         Vehicle_Status_Lora_Packet.Sequence_No = 0x01;
         pc2.printf("\nStatus Packet sending");
      pc2.printf("\nStatus Packet Sequence Number %d",Vehicle_Status_Lora_Packet.Sequence_No);
+     pc_2.printf("\nStatus Packet Sequence Number %d",Vehicle_Status_Lora_Packet.Sequence_No);
 }
 
 //CheckIN packets sending should be started when device is plugged in to the vehicle. It should be sent every 5sec for 2minutes and afterthat it should stop sending