Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Milos Kozak 2020-05-11 23:53:20 +02:00
commit 1b625265d0

View file

@ -22,7 +22,7 @@ public class DeliverBolusMessage extends AppLayerMessage {
@Override
protected ByteBuf getData() {
ByteBuf byteBuf = new ByteBuf(22);
byteBuf.putUInt16LE(805);
byteBuf.putUInt16LE(252);
byteBuf.putUInt16LE(BolusTypeIDs.IDS.getID(bolusType));
byteBuf.putUInt16LE(31);
byteBuf.putUInt16LE(0);