Typos.
This commit is contained in:
parent
02c80a924c
commit
78d2322c14
2 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ public class BolusCommand implements Command {
|
||||||
SystemClock.sleep(100);
|
SystemClock.sleep(100);
|
||||||
}
|
}
|
||||||
// Give the pump time to finish any scrolling that might still be going on, can take
|
// Give the pump time to finish any scrolling that might still be going on, can take
|
||||||
// up to 1100s. Plus some extra time to be sure
|
// up to 1100ms. Plus some extra time to be sure
|
||||||
SystemClock.sleep(2000);
|
SystemClock.sleep(2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ public class SetTbrCommand implements Command {
|
||||||
log.debug("Push #" + (i + 1));
|
log.debug("Push #" + (i + 1));
|
||||||
}
|
}
|
||||||
// Give the pump time to finish any scrolling that might still be going on, can take
|
// Give the pump time to finish any scrolling that might still be going on, can take
|
||||||
// up to 1100s. Plus some extra time to be sure
|
// up to 1100ms. Plus some extra time to be sure
|
||||||
SystemClock.sleep(2000);
|
SystemClock.sleep(2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@ public class SetTbrCommand implements Command {
|
||||||
log.debug("Push #" + (i + 1));
|
log.debug("Push #" + (i + 1));
|
||||||
}
|
}
|
||||||
// Give the pump time to finish any scrolling that might still be going on, can take
|
// Give the pump time to finish any scrolling that might still be going on, can take
|
||||||
// up to 1100s. Plus some extra time to be sure
|
// up to 1100ms. Plus some extra time to be sure
|
||||||
SystemClock.sleep(2000);
|
SystemClock.sleep(2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue