PUBLISH TEST

Dependencies:   NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_STATION_HelloWorld_OWN by SUNGTAE KIM

Revision:
3:485e2f94b379
Parent:
2:a4fe5b857755
Child:
4:02ffbfe06dde
--- a/main.cpp	Tue Apr 11 03:57:48 2017 +0000
+++ b/main.cpp	Thu Apr 20 08:11:42 2017 +0000
@@ -44,6 +44,7 @@
     printf("WizFi310 Hello World demo. \r\n");
     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");
     
     wifi.disconnect();
 }
\ No newline at end of file