Wireless Home Security System

Dependencies:   ESP8266 mbed-rtos mbed

Fork of Home_Secuity by Waiel Haj Elnur

Files at this revision

API Documentation at this revision

Comitter:
wmerghan
Date:
Wed Mar 22 22:54:08 2017 +0000
Parent:
1:5245173228f2
Child:
3:399fd9e24cea
Commit message:
Removed the Tempreature reading printf statement.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Mar 22 22:52:54 2017 +0000
+++ b/main.cpp	Wed Mar 22 22:54:08 2017 +0000
@@ -50,7 +50,6 @@
         tempC = (temp*330);
         tempF = (9.0*tempC)/5.0 + 32.0;
         
-        
         m2xClient.updateStreamValue(deviceId, streamTemp, tempF);
     
         wait(1);