easy connect wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI

Dependencies:   easy-connect-httpmodified mbed-http

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

Files at this revision

API Documentation at this revision

Comitter:
JMF
Date:
Wed Apr 19 21:06:36 2017 +0000
Parent:
17:834e04159440
Child:
19:0859fa46f32a
Commit message:
json file changes

Changed in this revision

easy-connect.lib Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
source/select-demo.h Show annotated file Show diff for this revision Revisions of this file
diff -r 834e04159440 -r 2a891e583ec4 easy-connect.lib
--- a/easy-connect.lib	Wed Apr 19 01:24:55 2017 +0000
+++ b/easy-connect.lib	Wed Apr 19 21:06:36 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/JMF/code/easy-connect/#08d87f548551
+http://developer.mbed.org/users/JMF/code/easy-connect/#daf182af022b
diff -r 834e04159440 -r 2a891e583ec4 mbed_app.json
--- a/mbed_app.json	Wed Apr 19 01:24:55 2017 +0000
+++ b/mbed_app.json	Wed Apr 19 21:06:36 2017 +0000
@@ -26,7 +26,7 @@
             "value": false
         },
         "WNC_DEBUG_SETTING": {
-            "value": 0
+            "value": 7
         },
         "wifi-password": {
             "value": "\"Password\""
diff -r 834e04159440 -r 2a891e583ec4 source/select-demo.h
--- a/source/select-demo.h	Wed Apr 19 01:24:55 2017 +0000
+++ b/source/select-demo.h	Wed Apr 19 21:06:36 2017 +0000
@@ -7,6 +7,5 @@
 #define         DEMO_HTTPS_SOCKET_REUSE     4
 #define         DEMO_HTTPx                  5
 
-#define         DEMO            DEMO_HTTP_SOCKET_REUSE
-
+#define         DEMO            DEMO_HTTPx
 #endif // _SELECT_METHOD_H_