
BLE EddystoneService example
This example is a fork of the following mbed-os example:
https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-EddystoneService/
Please read the documentation in this page.
mbed_app.json@3:5120491ba317, 2016-07-29 (annotated)
- Committer:
- mbed_official
- Date:
- Fri Jul 29 22:45:40 2016 +0100
- Revision:
- 3:5120491ba317
- Parent:
- 2:9ee673e0b86a
- Child:
- 34:1fe7a0e7c120
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 3:5120491ba317 | 1 | { |
mbed_official | 3:5120491ba317 | 2 | "target_overrides": { |
mbed_official | 3:5120491ba317 | 3 | "K64F": { |
mbed_official | 3:5120491ba317 | 4 | "target.features_add": ["BLE"], |
mbed_official | 3:5120491ba317 | 5 | "target.extra_labels_add": ["ST_BLUENRG"], |
mbed_official | 3:5120491ba317 | 6 | "target.macros_add": ["IDB0XA1_D13_PATCH"] |
mbed_official | 3:5120491ba317 | 7 | }, |
mbed_official | 3:5120491ba317 | 8 | "NUCLEO_F401RE": { |
mbed_official | 3:5120491ba317 | 9 | "target.features_add": ["BLE"], |
mbed_official | 3:5120491ba317 | 10 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 3:5120491ba317 | 11 | } |
mbed_official | 3:5120491ba317 | 12 | } |
mbed_official | 3:5120491ba317 | 13 | } |