Skeleton program for Federico's 4YP project.

Dependencies:   WebSocketClient WiflyInterface mbed messages

Fork of IoT_Ex by Damien Frost

Files at this revision

API Documentation at this revision

Comitter:
defrost
Date:
Thu Oct 06 08:05:21 2016 +0000
Parent:
6:424e225d2a91
Child:
8:5afd599875e4
Commit message:
- Updated wifi settings

Changed in this revision

source/globals.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);