Skeleton program for Federico's 4YP project.

Dependencies:   WebSocketClient WiflyInterface mbed messages

Fork of IoT_Ex by Damien Frost

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