Skip to content

Commit

Permalink
fix for aidex missing bg updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdigital committed Aug 29, 2023
1 parent 406a925 commit 494a599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void processNewBGEstimate(Bundle bundle) {
checkIfCorrectSensorIsRunning(sensorId, timeStamp);

UserError.Log.i(TAG, "Aidex Broadcast NewBGEstimate received: bg=" + bgValueMgDl + ", time=" + JoH.dateTimeText(timeStamp));
BgReading.bgReadingInsertFromInt(bgValueMgDl, timeStamp, segmentation_timeslice, false);
BgReading.bgReadingInsertFromInt(bgValueMgDl, timeStamp, segmentation_timeslice, true);

}

Expand Down

0 comments on commit 494a599

Please sign in to comment.