Skeleton program for Federico's 4YP project.

Dependencies:   WebSocketClient WiflyInterface mbed messages

Fork of IoT_Ex by Damien Frost

Revision:
6:424e225d2a91
Parent:
5:0c7d131e6089
Child:
7:bd21c60b5dd2
--- a/source/globals.cpp	Thu Oct 06 07:58:31 2016 +0000
+++ b/source/globals.cpp	Thu Oct 06 08:04:34 2016 +0000
@@ -51,8 +51,8 @@
 int SendCounter = 0;
 extern int IoT_ID = 0;
 float TempSensor = 0.0f;
-char* wifissid = "MyHomeNetwork";
-char* wifipassword = "MyHomeNetworkPassword";
+char* wifissid = "SC";
+char* wifipassword = "smartcellshield";
 
 // Wifily interface declaration:
 WiflyInterface eth(D8, D2, D6, D5, wifissid, wifipassword, WPA2);