Project for IoT2
Dependencies: BLE_API BMP085 mbed nRF51822
Fork of nRF51822_SimpleControls by
Revision 5:76d5bf03cadd, committed 2016-05-29
- Comitter:
- akaisuisei
- Date:
- Sun May 29 10:46:17 2016 +0000
- Parent:
- 4:c6ac3ffb8ed3
- Commit message:
- Add rhis
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c6ac3ffb8ed3 -r 76d5bf03cadd main.cpp --- a/main.cpp Sun May 29 10:39:53 2016 +0000 +++ b/main.cpp Sun May 29 10:46:17 2016 +0000 @@ -192,7 +192,7 @@ { buf[0] = (0x0A); buf[1] = (0x01); - buf[2] = (0x00); + buf[2] = (0x00); ble.updateCharacteristicValue(rxCharacteristic.getValueAttribute().getHandle(), buf, 3); } else