BG96 Cat.M1 HTTP client sample for WIZnet IoT Shield

Files at this revision

API Documentation at this revision

Comitter:
hkjung
Date:
Fri Mar 22 07:27:52 2019 +0000
Parent:
2:7e018d5751b1
Commit message:
Disabled parser debug messages

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Mar 22 07:17:53 2019 +0000
+++ b/main.cpp	Fri Mar 22 07:27:52 2019 +0000
@@ -63,7 +63,7 @@
 #define MBED_CONF_IOTSHIELD_SENSOR_TEMP             A1
 
 /* Debug message settings */
-#define BG96_PARSER_DEBUG           DEBUG_ENABLE
+#define BG96_PARSER_DEBUG           DEBUG_DISABLE
 #define CATM1_DEVICE_DEBUG          DEBUG_ENABLE 
 
 /* HTTP */