Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NightscoutFoundation/xDrip
Browse files Browse the repository at this point in the history
…into jamorhamvoice
  • Loading branch information
jamorham committed Oct 2, 2016
2 parents c5fb0b0 + 389b0a4 commit 2fd366d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class DexParametersAdrian extends SlopeParameters {
LOW_SLOPE_2 = 0.70;
HIGH_SLOPE_1 = 1.3;
HIGH_SLOPE_2 = 1.4;
DEFAULT_LOW_SLOPE_LOW = 75;
DEFAULT_LOW_SLOPE_HIGH = 70;
DEFAULT_LOW_SLOPE_LOW = 0.75;
DEFAULT_LOW_SLOPE_HIGH = 0.70;
DEFAULT_SLOPE = 1;
DEFAULT_HIGH_SLOPE_HIGH = 1.3;
DEFAUL_HIGH_SLOPE_LOW = 1.2;
Expand Down

0 comments on commit 2fd366d

Please sign in to comment.