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.
Fork of mbed-os-example-mbed5-wifi by
Revision 10:0db5d718029c, committed 2016-12-22
- Comitter:
- Okoshi
- Date:
- Thu Dec 22 10:24:22 2016 +0000
- Parent:
- 9:04967f59c620
- Commit message:
- I tried ThinkSpeak functionality to the WiFi sample program.
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Thu Dec 22 10:20:32 2016 +0000 +++ b/mbed_app.json Thu Dec 22 10:24:22 2016 +0000 @@ -2,15 +2,15 @@ "config": { "wifi-ssid": { "help": "WiFi SSID", - "value": "\"iPhone okoshi\"" + "value": "\"SSID\"" }, "wifi-password": { "help": "WiFi Password", - "value": "\"dpg7k8c9zjirt\"" + "value": "\"Password\"" }, "thingspeak_key": { "help": "Thing Speak Key", - "value": "\"CM5F5982N18UW3FW\"" + "value": "\"XXXXXXXXXXXXXXX\"" } }, "target_overrides": {