Merge branch 'dev' into medtronic_andy

This commit is contained in:
Andy Rozman 2019-07-12 18:54:15 +01:00
commit 264bbdee20

View file

@ -242,6 +242,7 @@ public class RuffyScripter implements RuffyCommands {
Thread cmdThread = null;
try {
activeCmd = cmd;
unparsableMenuEncountered = false;
long connectStart = System.currentTimeMillis();
ensureConnected();
log.debug("Connection ready to execute cmd " + cmd);