adjust timing on bolus and carbs
This commit is contained in:
parent
1aa1af3d0c
commit
6147a71dd7
|
@ -340,6 +340,7 @@ public class ExecutionService extends Service {
|
|||
waitMsec(100);
|
||||
}
|
||||
bolusingTreatment = null;
|
||||
waitMsec(200);
|
||||
getPumpStatus();
|
||||
return true;
|
||||
}
|
||||
|
@ -368,6 +369,7 @@ public class ExecutionService extends Service {
|
|||
Calendar time = Calendar.getInstance();
|
||||
MsgSetCarbsEntry msg = new MsgSetCarbsEntry(time, amount);
|
||||
mSerialIOThread.sendMessage(msg);
|
||||
waitMsec(200);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue