ThingPlug Ex

Dependencies:   DHT11 NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_ThingPlug_Test by cliff Hong

Revision:
9:473f0a73f0c0
Parent:
7:8ad9f9bd39b3
Child:
10:6a4b8caced6b
--- a/main.cpp	Thu Oct 19 06:23:40 2017 +0000
+++ b/main.cpp	Thu Oct 19 07:04:10 2017 +0000
@@ -58,7 +58,7 @@
     
     pc.baud(115200);
  
-    printf("WizFi310 ThingPlug Connect. \r\n");
+    printf("WizFi310 ThingPlug Connect_Simple Control. \r\n");
     if ( wifi.connect(AP_SSID, AP_PASSWORD, AP_SECURITY))     return -1;
     printf("IP Address is %s\r\n\r\n", wifi.get_ip_address());