Skip to content

Commit

Permalink
Merge pull request #26 from MikePlante1/typo
Browse files Browse the repository at this point in the history
fix `threshold_setting` typo
  • Loading branch information
dnzxy authored May 23, 2024
2 parents b454837 + d9f1662 commit d1dfb70
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 @@ -77,7 +77,7 @@ function defaults ( ) {
, tddAdjBasal: false // Enable adjustment of basal based on the ratio of 24 h : 10 day average TDD
, enableSMB_high_bg: false // enable SMBs when a high BG is detected, based on the high BG target (adjusted or profile)
, enableSMB_high_bg_target: 110 // set the value enableSMB_high_bg will compare against to enable SMB. If BG > than this value, SMBs should enable.
, threshold_setting: 0.60 // Use a configurable threshold setting
, threshold_setting: 60 // Use a configurable threshold setting
}
}

Expand Down

0 comments on commit d1dfb70

Please sign in to comment.