Fork of ublox-at-cellular-interface to add LARA-R2 support

Dependents:  

Fork of ublox-at-cellular-interface by u-blox

Revision:
17:8696a2ecde3f
Parent:
16:da7f7b30c3de
Child:
18:bfc869299185
--- a/UbloxATCellularInterface.cpp	Mon Sep 10 18:48:43 2018 -0500
+++ b/UbloxATCellularInterface.cpp	Mon Sep 24 13:44:28 2018 -0500
@@ -1107,7 +1107,7 @@
     }
 
     // Attempt to establish a connection
-#ifdef TARGET_UBLOX_C030_R410M
+#if defined(TARGET_UBLOX_C030_R410M) || defined (TARGET_SR_L475RG_R410)
     if (registered) {
 #else
     if (registered && connect_modem_stack()) {