Skip to content

Commit

Permalink
fix threshold_setting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePlante1 authored May 22, 2024
1 parent b454837 commit d9f1662
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 d9f1662

Please sign in to comment.