Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SCP1000_Fastsensing
Diff: Fastsensing.cpp
- Revision:
- 6:8338b52bd7bb
- Parent:
- 4:45527abb7f40
- Parent:
- 5:e34ff2b4af3f
- Child:
- 7:c29803218447
--- a/Fastsensing.cpp Sun Apr 30 10:37:29 2017 +0000
+++ b/Fastsensing.cpp Fri May 19 01:07:07 2017 +0000
@@ -19,7 +19,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