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@110:c722dda4f2ff, 2019-05-09 (annotated)
- Committer:
- ocomeni
- Date:
- Thu May 09 13:21:12 2019 +0000
- Branch:
- PassingRegression
- Revision:
- 110:c722dda4f2ff
- Parent:
- 2:864ddfb70a9c
added fix for case where no response is received to HTTPS request.
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 | } |