Work with nodejs server: https://github.com/bjo3rn/idd-examples/tree/ben-node-demo/web/nodeServerHTTPSocket
Dependencies: HTTPClient WebSocketClient cc3000_hostdriver_mbedsocket mbed
Fork of CC3000_demo by
Revision 17:97c355870263, committed 2014-10-20
- Comitter:
- nebgnahz
- Date:
- Mon Oct 20 17:10:46 2014 +0000
- Parent:
- 16:d40dee28b02e
- Child:
- 18:922b1ad5c826
- Commit message:
- Another small style change
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 20 17:10:13 2014 +0000
+++ b/main.cpp Mon Oct 20 17:10:46 2014 +0000
@@ -56,7 +56,7 @@
// try to connect
if (wifi.connect() == -1) {
pc.printf("Failed to connect."
- "Please verify connection details and try again. \r\n");
+ "Please verify connection details and try again.\r\n");
} else {
pc.printf("IP address: %s \r\n", wifi.getIPAddress());
