Skip to content

Commit

Permalink
Merge pull request #165 from nightscout/rename_dir_trio-oref
Browse files Browse the repository at this point in the history
Rename directory for copy of .js files to trio-oref, update oref0 source files after updating script for Trio
  • Loading branch information
MikePlante1 committed May 9, 2024
2 parents 4a75c68 + 11fb358 commit 49bd507
Show file tree
Hide file tree
Showing 51 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion oref0_source_version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
oref0 branch: dev - git version: fa373c9
oref0 branch: dev - git version: e023125

Last commits:
e023125 Replace Open-iAPS with Trio (#23)
fa373c9 Merge pull request #22 from nightscout/tmhastings-tddAdjBasal
fc0ae69 tddAdjBasal pop-up correction
487bcbb Merge pull request #21 from MikePlante1/separate_adjustment_factors
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
}

function accountForIncrements(insulin) {
// If you have not set this to.0.1 in iAPS settings, this will be set to 0.05 (Omnipods) in code.
// If you have not set this to.0.1 in Trio settings, this will be set to 0.05 (Omnipods) in code.
var minimalDose = profile.bolus_increment;
if (minimalDose != 0.1) {
minimalDose = 0.05;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions trio-oref/oref_source_file_info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
These source files are copied from https://github.com/nightscout/trio-oref, and are for information purposes only.
The algorithm is run based on minimised files in FreeAPS/Resources/javascript/bundle.
2 changes: 0 additions & 2 deletions trio-ref/oref_source_file_info.txt

This file was deleted.

0 comments on commit 49bd507

Please sign in to comment.