smd.iotkit2.ch / Mbed 2 deprecated HTTP_POST_ThinkSpeak

Dependencies:   EthernetInterface TMP175 mbed-rtos mbed

Fork of 2-07-04-Uebung by smd.iotkit2.ch

Revision:
7:4972e81b4b17
Parent:
6:48a4698a3416
Child:
8:2ecceb32e68b
--- a/main.cpp	Sun Jun 07 18:42:23 2015 +0000
+++ b/main.cpp	Mon Jun 08 12:38:20 2015 +0000
@@ -33,7 +33,7 @@
         
         int ret = http.post("http://httpbin.org/post", map, &inText);
         // lokale Variante mit CGI-Script auf Raspberry Pi. Wenn nicht Funktioniert: raspi2x durch IP-Adresse ersetzen
-        // int ret = http.post("http://raspi2x/cgi-bin/action", map, &inText);
+        // int ret = http.post("http://raspi2x/cgi-bin/rest", map, &inText);
         if ( ! ret ) 
         {
             printf("Executed POST successfully - read %d characters\n", strlen(str));