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.
Dependencies: AsciiFont GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP USBHost_custom easy-connect-gr-peach
Fork of mbed-os-example-client by
Revision 74:bf6d9bd511bd, committed 2017-03-14
- Comitter:
- dkato
- Date:
- Tue Mar 14 05:59:09 2017 +0000
- Parent:
- 73:fbc0212c2eaf
- Commit message:
- Changed initial setting of mbed_app.json to ETHERNET.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Mar 14 05:43:50 2017 +0000 +++ b/main.cpp Tue Mar 14 05:59:09 2017 +0000 @@ -384,6 +384,4 @@ } sent = false; } - - mbed_client.test_unregister(); }
--- a/mbed_app.json Tue Mar 14 05:43:50 2017 +0000 +++ b/mbed_app.json Tue Mar 14 05:59:09 2017 +0000 @@ -2,7 +2,7 @@ "config": { "network-interface":{ "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_BP3595", - "value": "WIFI_BP3595" + "value": "ETHERNET" }, "wifi-ssid": { "help": "WiFi SSID",