mod

Dependencies:   HTTPClient WIZnetInterface mbed

Fork of dweetIo_CloudService_Helloworld_WIZwiki-W7500 by IOP

Revision:
5:95b9bcc5dd34
Parent:
4:17ef6f06e4b5
--- a/main.cpp	Wed May 11 00:50:58 2016 +0000
+++ b/main.cpp	Tue Oct 24 04:32:01 2017 +0000
@@ -51,7 +51,8 @@
     /*
         http://dweet.io/follow/nameYouWant
     */
-    char nameYouWant[] = "nameYouWant";
+    //char nameYouWant[] = "mysensor2";
+    char nameYouWant[] = "ccatest";
 
     while(1)
     {
@@ -71,6 +72,7 @@
           pc.printf("Error - ret = %d - HTTP return code = %d\n", ret, http.getHTTPResponseCode());
         }
         wait(5);
+        
     }
    
 }