Temperature dashboard assignment

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Fork of temperature-dashboard-start by Sille Van Landschoot

Revision:
18:61724d00e95d
Parent:
17:c8a4886ba688
diff -r c8a4886ba688 -r 61724d00e95d TempDashSocketConnection.cpp
--- a/TempDashSocketConnection.cpp	Sat Jan 16 17:13:41 2016 +0000
+++ b/TempDashSocketConnection.cpp	Sat Jan 16 21:11:01 2016 +0000
@@ -3,6 +3,5 @@
 #include "TempDashSocketConnection.h"
 
 void TempDashSocketConnection::sendSensorData(std::string data){
-    const char * c = data.c_str();
     send(const_cast<char*>(data.c_str()),data.length());
 }
\ No newline at end of file