CC3000 Chat example posting messages to husk

Dependencies:   HTTPClient cc3000_hostdriver_mbedsocket mbed tsi_sensor

Fork of CC3000_demo by Ben Zhang

Revision:
9:f80b62b60b1c
Parent:
8:594cb3bc6f0f
Child:
10:1804a9dbaee0
--- a/main.cpp	Fri Oct 10 23:54:39 2014 +0000
+++ b/main.cpp	Fri Oct 10 23:55:33 2014 +0000
@@ -100,7 +100,7 @@
                 printf("Error - ret = %d - HTTP return code = %d \r\n", ret, http.getHTTPResponseCode());
             }
         }
-        wait(10.0);
+        wait(5.0);
     }