Updated to libmDot 1.0.8-1

Dependencies:   DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot mbed-rtos mbed

Fork of MTDOT-BOX-EVB-Factory-Firmware by MultiTech

Committer:
Mike Fiore
Date:
Tue May 31 13:11:26 2016 -0500
Revision:
3:db75f686b8db
Parent:
1:71125aa00e33
Child:
4:13fa673bb966
bug fix - explicitly initialize variables so AT+GSDF functions correctly

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Mike Fiore 3:db75f686b8db 1 #ifndef __VERSION_H__
Mike Fiore 3:db75f686b8db 2 #define __VERSION_H__
Mike Fiore 3:db75f686b8db 3
Mike Fiore 3:db75f686b8db 4 #define MTDOT_BOX_VERSION "2.1.1"
Mike Fiore 3:db75f686b8db 5
Mike Fiore 1:71125aa00e33 6 #endif