
Send continuous stream to mobile
Fork of pdiot-ble-notify-array by
Revision 41:7af66e9ba903, committed 2017-07-28
- Comitter:
- mbed_official
- Date:
- Fri Jul 28 10:45:12 2017 +0100
- Parent:
- 40:d840e94a0e7b
- Child:
- 42:517f855d8f63
- Commit message:
- Merge pull request #99 from bcostm/add_disco_l475vg
DISCO_L475VG_IOT01A: Add this platform in the supported list of boards
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Wed Jul 19 18:15:13 2017 +0100 +++ b/mbed_app.json Fri Jul 28 10:45:12 2017 +0100 @@ -22,6 +22,11 @@ "target.features_add": ["BLE"], "target.extra_labels_add": ["ST_BLUENRG"], "ble_button_pin_name": "USER_BUTTON" + }, + "DISCO_L475VG_IOT01A": { + "target.features_add": ["BLE"], + "target.extra_labels_add": ["ST_BLUENRG"], + "ble_button_pin_name": "USER_BUTTON" } } }