simple http request (temperature data) from mbed lpc1768 with application board to thingsboard device/dashboard

Dependencies:   LM75B mbed-http

Fork of http-example by sandbox

Revision:
28:9bccd981a393
Parent:
25:a8be9f3a530c
Child:
29:5ad8f931e4ff
--- a/source/main-https.cpp	Thu Jan 25 10:15:15 2018 +0200
+++ b/source/main-https.cpp	Tue Mar 27 11:13:48 2018 +0200
@@ -120,7 +120,7 @@
         delete post_req;
     }
 
-    Thread::wait(osWaitForever);
+    wait(osWaitForever);
 }
 
 #endif