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@86:04fc2fcda7ec, 2019-03-28 (annotated)
- Committer:
- ocomeni
- Date:
- Thu Mar 28 23:41:10 2019 +0000
- Revision:
- 86:04fc2fcda7ec
- Parent:
- 2:864ddfb70a9c
http request correctly passed to WifiManager
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 | } |