Skip to content

Commit

Permalink
chnage dynamicpeaktime call
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrdiab committed Feb 3, 2025
1 parent b52966e commit 79c9a4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

object Versions {

const val appVersion = "3.3.1.3.AIMI.020225"
const val appVersion = "3.3.1.3.AIMI.030225"
const val versionCode = 1500

const val ndkVersion = "21.1.6352462"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,9 @@ class DetermineBasalaimiSMB2 @Inject constructor(
historicActivity = profile.historicActivity,
profile,
recentSteps15Minutes,
averageBeatsPerMinute.toInt()
averageBeatsPerMinute.toInt(),
bg,
delta.toDouble()
)
if (glucose_status.delta <= 4.0) {

Expand Down

0 comments on commit 79c9a4d

Please sign in to comment.