PUBLISH TEST

Dependencies:   NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_STATION_HelloWorld_OWN by SUNGTAE KIM

Revision:
4:02ffbfe06dde
Parent:
3:485e2f94b379
--- a/main.cpp	Thu Apr 20 08:11:42 2017 +0000
+++ b/main.cpp	Thu Apr 20 08:35:59 2017 +0000
@@ -45,6 +45,7 @@
     if ( wifi.connect(AP_SSID, AP_PASSWORD, AP_SECURITY))     return -1;
     printf("IP Address is %s\r\n", wifi.get_ip_address());
     printf("Publish EXAMPLE");
+    printf("Publish EXAMPLE2");
     
     wifi.disconnect();
 }
\ No newline at end of file