kumar singh
/
Dealer_20Mar
BLE Transmitter not working
Fork of Dealer_23Feb by
Diff: Beacon.cpp
- Revision:
- 22:c2f034a13108
- Parent:
- 21:a5fb0ae94dc6
- Child:
- 25:0ac2680d594c
--- a/Beacon.cpp Wed Feb 22 14:59:59 2017 +0000 +++ b/Beacon.cpp Thu Feb 23 04:41:47 2017 +0000 @@ -79,7 +79,7 @@ } - //DEBUG_UART2.printf("UUID Set"); + DEBUG_UART2.printf("UUID Set"); Change_Beacon_Parameter(SET_VIRTUAL_PACKET_UUID1); } else if((Command_Received[0] == 0x12) && (Command_Received[1] == 0x21)) //Check if command is receievd for setting UUID @@ -177,7 +177,7 @@ for(i = 0;i<21;i++) { Beacon_Module_UART.putc(Beacon_Parameter_To_Set[i]); - //DEBUG_UART2.putc(Beacon_Parameter_To_Set[i]); + DEBUG_UART2.putc(Beacon_Parameter_To_Set[i]); } //Beacon_Module_UART.printf('%x',0x0d); //DEBUG_UART2.putc('%x',0x0d); @@ -189,7 +189,7 @@ void Initialize_Beacon_Module(void) { Beacon_Module_UART.baud(9600); //set Beacon transmitter uart baud rate to default 9600 - Read_Beacon_Module_MAC_ID(); + //Read_Beacon_Module_MAC_ID(); } void Read_Beacon_Module_MAC_ID(void)