Version of easy-connect with the u-blox cellular platforms C027 and C030 added.

Dependents:   HelloMQTT

Revision:
6:304d3ba87a01
Parent:
5:9da11cf868d9
diff -r 9da11cf868d9 -r 304d3ba87a01 easy-connect.h
--- a/easy-connect.h	Thu Sep 14 09:42:14 2017 +0100
+++ b/easy-connect.h	Fri Nov 03 13:01:23 2017 +0000
@@ -40,6 +40,7 @@
 //#include "UbloxATCellularInterfaceN2xx.h"
 
 // Parameters added to the call here simply to show how debug can be switched on
+// For the N2xx interface, change xxx to MBED_CONF_UBLOX_CELL_N2XX_BAUD_RATE.
 UbloxATCellularInterfaceExt cellular(MDMTXD, MDMRXD, MBED_CONF_UBLOX_CELL_BAUD_RATE, true);
 //UbloxPPPCellularInterface cellular;
 //UbloxATCellularInterface cellular;