diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index fab987e7b3..3f993618a6 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -210,7 +210,22 @@ jobs: # and make sure to specify the submodule by setting "--directory=(submodule_name)". # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. - + # The lines below add the customizations listed using the CustomizationSelect script + # The "\" is a continuation character + # the line following a "\" should not be blank + /bin/bash -c "$(curl -fsSL \ + https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ + future_carbs_4h \ + no_auth \ + high_carb_limit \ + profiles \ + basal_lock \ + negative_insulin + # Loop: Update Absorption Times + curl https://github.com/Rdeboer180/Loop/commit/62cb3ddba02ff0329aeec6aa9b155e3e41b43466.patch | git apply -v --directory=Loop + + # the final customization listed above CANNOT have a continuation character + # more customizations can be pasted after this line # Patch Fastlane Match to not print tables - name: Patch Match Tables run: | diff --git a/.gitmodules b/.gitmodules index 1308e60c03..b326a01352 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/LoopKit/Loop.git [submodule "LoopKit"] path = LoopKit - url = https://github.com/LoopKit/LoopKit.git + url = https://github.com/Rdeboer180/LoopKit_absorption.git [submodule "CGMBLEKit"] path = CGMBLEKit url = https://github.com/LoopKit/CGMBLEKit.git diff --git a/LoopKit b/LoopKit index 835c45a317..3bf041c6b7 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit 835c45a31789305f4e26af58405124b8a5fd45f7 +Subproject commit 3bf041c6b703896a7f655af7854157f83ced7447