DreamForce 2013 Hands-On Demo

Dependencies:   C12832_lcd EthernetInterface-ansond-patched HTTPClient-thermostat-remotes LM75B MMA7660 SocketIO WebSocketClient-ThermostatDemo mbed-rtos mbed picojson

Fork of ThermostatHandsOn by Doug Anson

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Fri Nov 01 04:14:55 2013 +0000
Parent:
2:be42baea4c81
Child:
4:048550d178c5
Commit message:
updates for latlong and name

Changed in this revision

Thermostat.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Thermostat.cpp	Wed Oct 30 20:43:53 2013 +0000
+++ b/Thermostat.cpp	Fri Nov 01 04:14:55 2013 +0000
@@ -39,13 +39,13 @@
 //
 // Our default Latitude and Longitude
 //
-#define DEFAULT_LATITUDE                     30.2500
-#define DEFAULT_LONGITUDE                   -97.7500  
+#define DEFAULT_LATITUDE                     37.7842
+#define DEFAULT_LONGITUDE                   -122.4016  
 
 //
 // Name our endpoint something unique
 //
-#define DEFAULT_ENDPOINT_NAME               "My Thermostat"
+#define DEFAULT_ENDPOINT_NAME               "DreamForce Thermostat"
 
 // Wait Loop default sleep per iteration
 #define DEFAULT_MAIN_LOOP_WAIT              2.0     // 2 seconds