Daiki Kato / Mbed OS GR-PEACH_HVC-P2_sample_client

Dependencies:   AsciiFont GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP USBHost_custom easy-connect-gr-peach

Fork of mbed-os-example-client by mbed-os-examples

Files at this revision

API Documentation at this revision

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",