Skip to content

Commit

Permalink
Merge pull request NightscoutFoundation#3054 from bigdigital/aidex_bg…
Browse files Browse the repository at this point in the history
…_update_fix

fix for aidex missing bg updates
  • Loading branch information
jamorham authored Sep 8, 2023
2 parents c53c844 + 494a599 commit 59055a8
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 59055a8

Please sign in to comment.