modified to get more signal info
Dependencies: easy-connect mbed-http
Fork of http-example-wnc-modified by
Revision 21:3793f52f2e05, committed 2017-11-25
- Comitter:
- tdMBED
- Date:
- Sat Nov 25 21:52:29 2017 +0000
- Parent:
- 20:1c3499729772
- Commit message:
- modified to get more signal info
Changed in this revision
easy-connect.lib | Show annotated file Show diff for this revision Revisions of this file |
source/main-http.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/easy-connect.lib Mon Nov 13 18:53:10 2017 +0000 +++ b/easy-connect.lib Sat Nov 25 21:52:29 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/JMF/code/easy-connect/#daf182af022b +https://os.mbed.com/users/tdMBED/code/easy-connect/#b7ed55f374be
--- a/source/main-http.cpp Mon Nov 13 18:53:10 2017 +0000 +++ b/source/main-http.cpp Sat Nov 25 21:52:29 2017 +0000 @@ -21,9 +21,6 @@ int main() { pc.baud(115200); // Connect to the network (see mbed_app.json for the connectivity method used) - while(1) { - printf("Hello?\n"); - } NetworkInterface *network = easy_connect(true); if (!network) { printf("Cannot connect to the network, see serial output");