Dependencies: BLE_API mbed nRF51822
Fork of eco_Labs_ble_Client by
Diff: ble_msg_handler.cpp
- Revision:
- 27:321218cb60c3
- Parent:
- 25:96044c55f844
- Child:
- 28:5acf1e0542f3
--- a/ble_msg_handler.cpp Mon Oct 24 17:04:51 2016 +0000 +++ b/ble_msg_handler.cpp Thu Oct 27 12:07:55 2016 +0000 @@ -96,7 +96,7 @@ case BLE_START_OF_FILE: toggle_led(); memcpy(tmp_buf, &rx_data[4], rx_data[3]); - memset(&tmp_buf[16],0x5a,4); + memset(&tmp_buf[16],0x40,4); ble_send_data(tmp_buf, 20); break;