ThingPlug Ex

Dependencies:   DHT11 NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_ThingPlug_Test by cliff Hong

Files at this revision

API Documentation at this revision

Comitter:
cliff1
Date:
Thu Oct 19 07:04:10 2017 +0000
Parent:
8:0ebb9e4549f9
Child:
10:6a4b8caced6b
Commit message:
171019_MOD2;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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());