modified to get more signal info

Dependencies:   easy-connect mbed-http

Fork of http-example-wnc-modified by Tyler Davis

Revision:
21:3793f52f2e05
Parent:
20:1c3499729772
--- 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");