This library provides data update method to Fastsensing.

Dependents:   SCP1000_Fastsensing

Revision:
5:e34ff2b4af3f
Parent:
1:3f52b4da889a
Child:
6:8338b52bd7bb
diff -r 3f52b4da889a -r e34ff2b4af3f Fastsensing.cpp
--- a/Fastsensing.cpp	Tue Apr 04 06:17:45 2017 +0000
+++ b/Fastsensing.cpp	Fri May 19 01:05:10 2017 +0000
@@ -10,7 +10,7 @@
     eth.init();                                 //Use DHCP. Initialize setting of eth.
     eth.connect();                              //Connect Bring the interface up.
     char reqUrl[1000];                          //Char array for request
-    char basedUrl[20] = "http://f-io.net/D1/";  //based http url
+    char basedUrl[20] = "http://f-io.net/d1/";  //based http url
     char query[256];                            //The array is for holding query
     char resResult[256];                        //The array is for holding response result
     strcpy(reqUrl, basedUrl);                   //based Url is copied to reqUrl