add comment
This commit is contained in:
parent
295ed6dba3
commit
6ae98e5177
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ public class DanaRSPlugin extends PluginBase implements PumpInterface, DanaRInte
|
||||||
if (!result.success) {
|
if (!result.success) {
|
||||||
String error = "" + DanaRS_Packet_Bolus_Set_Step_Bolus_Start.errorCode;
|
String error = "" + DanaRS_Packet_Bolus_Set_Step_Bolus_Start.errorCode;
|
||||||
switch (DanaRS_Packet_Bolus_Set_Step_Bolus_Start.errorCode) {
|
switch (DanaRS_Packet_Bolus_Set_Step_Bolus_Start.errorCode) {
|
||||||
|
// 4 reported as max bolus violation. Check later
|
||||||
case 0x10:
|
case 0x10:
|
||||||
error = MainApp.gs(R.string.maxbolusviolation);
|
error = MainApp.gs(R.string.maxbolusviolation);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue