alan broad
/
carbon_v5_arm_studio
arm studio build
Diff: inc/commI2C.h
- Revision:
- 29:b3e9a0477d96
- Parent:
- 27:ee9c063a535b
- Child:
- 31:4539c212ecaa
diff -r 2e22e364a162 -r b3e9a0477d96 inc/commI2C.h --- 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; //--------------------------------------------------------------------------