Skip to content

Commit

Permalink
change default curve to rapid-acting (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand authored Nov 2, 2017
1 parent be239aa commit 2c940b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/profile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function defaults ( ) {
, enableSMB_after_carbs: false // enable supermicrobolus for 6h after carbs, even with 0 COB
, allowSMB_with_high_temptarget: false // allow supermicrobolus (if otherwise enabled) even with high temp targets
, maxSMBBasalMinutes: 30 // maximum minutes of basal that can be delivered as a single SMB with uncovered COB
, curve: "bilinear"
, curve: "rapid-acting"
, useCustomPeakTime: false
, insulinPeakTime: 75
, carbsReqThreshold: 1
Expand Down

0 comments on commit 2c940b0

Please sign in to comment.