arm studio build

Dependencies:   libxDot-mbed5

Revision:
29:b3e9a0477d96
Parent:
27:ee9c063a535b
Child:
31:4539c212ecaa
--- a/inc/commI2C.h	Wed Jun 10 15:34:41 2020 +0000
+++ b/inc/commI2C.h	Sat Jun 13 19:06:15 2020 +0000
@@ -40,6 +40,7 @@
    XDOT_CMD_SET_RADIO_CLASS, // change radio class to A or C
    XDOT_CMD_RESTORE_SESSION,// NEW: restore XDOT OTAA session  
    XDOT_CMD_GET_GPS,        // get gps time stamp   
+   XDOT_CMD_GET_LORAN_VER,  // get version of loran running in gateway
    XDOT_CMD_UNDEFINED,      //last cmd, not used 
 };
 
@@ -102,6 +103,7 @@
   uint8_t   cmd;                        //cmd received from proc
   uint8_t   dataLen;                    //datalen found in pkt
   uint8_t   gpsData[8];                 //gps time: 64 bit 
+  char      lorawanVer[16];              //lorawan version string
 }pkt_gps;
 
 //--------------------------------------------------------------------------