Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
module.json@123:a49e9ffbaca6, 2019-06-14 (annotated)
- Committer:
- ocomeni
- Date:
- Fri Jun 14 21:13:46 2019 +0000
- Branch:
- PassingRegression
- Revision:
- 123:a49e9ffbaca6
- Parent:
- 2:864ddfb70a9c
Implemented the following features:; 1. FW version; 2. BLE MAC address; 3. BLE name; 4. WiFi MAC address; Not fully tested
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_official | 2:864ddfb70a9c | 1 | { |
| mbed_official | 2:864ddfb70a9c | 2 | "name": "ble-led", |
| mbed_official | 2:864ddfb70a9c | 3 | "version": "0.0.1", |
| mbed_official | 2:864ddfb70a9c | 4 | "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED", |
| mbed_official | 2:864ddfb70a9c | 5 | "licenses": [ |
| mbed_official | 2:864ddfb70a9c | 6 | { |
| mbed_official | 2:864ddfb70a9c | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
| mbed_official | 2:864ddfb70a9c | 8 | "type": "Apache-2.0" |
| mbed_official | 2:864ddfb70a9c | 9 | } |
| mbed_official | 2:864ddfb70a9c | 10 | ], |
| mbed_official | 2:864ddfb70a9c | 11 | "dependencies": { |
| mbed_official | 2:864ddfb70a9c | 12 | "ble": "^2.0.0" |
| mbed_official | 2:864ddfb70a9c | 13 | }, |
| mbed_official | 2:864ddfb70a9c | 14 | "targetDependencies": {}, |
| mbed_official | 2:864ddfb70a9c | 15 | "bin": "./source" |
| mbed_official | 2:864ddfb70a9c | 16 | } |