Fork for new features

Revision:
22:b69465e9f076
Parent:
21:98aea8f49cd8
diff -r 98aea8f49cd8 -r b69465e9f076 UbloxCellularBase.h
--- a/UbloxCellularBase.h	Fri Mar 22 15:47:18 2019 +0500
+++ b/UbloxCellularBase.h	Mon Mar 25 14:50:56 2019 +0500
@@ -21,6 +21,7 @@
 #include "ATCmdParser.h"
 #include "FileHandle.h"
 
+#define PLMN_SIZE 24
 /**********************************************************************
  * CLASSES
  **********************************************************************/
@@ -492,6 +493,9 @@
      */
     bool initialise_sim_card();
 
+    /** PLMN for manual registration
+     */
+    char _plmn[PLMN_SIZE + 1];
 private:
 
     void set_nwk_reg_status_csd(int status);