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

Revision:
6:ab581c4260e7
Parent:
1:71125aa00e33
--- a/CommandTerminal/CmdFactoryDefault.cpp	Mon Jul 11 14:06:36 2016 +0000
+++ b/CommandTerminal/CmdFactoryDefault.cpp	Wed Jul 13 19:14:04 2016 +0000
@@ -29,7 +29,7 @@
     _dot->resetConfig();
 
 //Factory defaults for the DotBox.
-    _dot->setTxDataRate(mDot::SF_7);
+    _dot->setTxDataRate(mDot::DR0);
     _dot->setFrequencySubBand(1);
     _dot->setWakeDelay(242);		//DotBox +MaxSize is stored here. Default is 242.
     _dot->setWakeInterval(11);		//DotBox +MinSize is stored here. Default is 11.