Custom "Installer Assistant" software. Modified Single Sweep Mode. Goes right into single sweep mode upon power-up and displays signal strength. Works with mbed-os 5.1.2 and mdot lib 5.1.5

Dependencies:   DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot-dev-mbed5-deprecated

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

Revision:
12:671b15182260
Parent:
7:a31236c2e75c
--- a/Layout/LayoutJoin.cpp	Thu Nov 10 22:10:58 2016 +0000
+++ b/Layout/LayoutJoin.cpp	Thu Dec 28 21:35:48 2017 +0000
@@ -116,7 +116,8 @@
 void LayoutJoin::displayCancel(bool display) {
     std::string str;
     if (display)
-        str = "Cancel";
+        //str = "Cancel";   //I CHANGED THIs, got rid of the cancel because theres no point, it wont do anything from within the process/behavior in single sweep
+        str = "";
     else
         str = string(17, ' ');