|
|
@@ -159,7 +159,7 @@ extension Preferences {
|
|
|
|
|
|
// checks for 'exercise mode' like conditions
|
|
|
if profile.highTemptargetRaisesSensitivity,
|
|
|
- let profileTarget = profile.profileTarget(trioCustomOrefVariables: trioCustomOrefVariables), profileTarget >= 118
|
|
|
+ let profileTarget = profile.profileTarget(trioCustomOrefVariables: trioCustomOrefVariables), profileTarget >= profile.halfBasalExerciseTarget
|
|
|
{
|
|
|
return .off
|
|
|
}
|
|
|
@@ -167,3 +167,4 @@ extension Preferences {
|
|
|
return sigmoid ? .sigmoid : .logrithmic
|
|
|
}
|
|
|
}
|
|
|
+g
|