Skip to content

OrangeLink Feature Patch files and shell script to download a Loop/FreeAPS workspace and patch the workspace with the Feature Patch Files.

Notifications You must be signed in to change notification settings

HarperD01/orangelink-feature-patch

 
 

Repository files navigation

OrangeLink Loop/FreeAPS Feature Patch 2.5

What does this patch do?

Features Require Orangelink Firmware v2.5 April 27 2021 (Update your OL Firmware First!) https://getrileylink.org/product/orangelink#firmware

  • Disables MySentry Packets to increase OrangeLink battery life with Medtronic x23/x54 pumps
  • Adds Battery Level Status Display (%)
  • Adds OrangeLink Firmware (FW) and Hardware (HW) Version Listing
  • Adds Battery Voltage (volts)
  • Adds % Setting and Alert for Low Battery (Off or Set Point)
  • Adds Voltage Setting and Alert for Low Voltage Alert (Off or Set Point)
  • Adds Toggle to Enable/Disable Connection State 10 Second Blinking LED
  • Adds Toggle to Enable/Disable Connection State Disconnect Vibration Alert
  • Adds Test Switches to test Yellow and Red LED’s, and the Haptic Motor

Features Alerts

How do I get it?

  1. Update your OrangeLink to the latest Firmware Here: https://getrileylink.org/product/orangelink#firmware
  2. Copy Paste the following script reference into your MacOS "Terminal.app" and press {return} to run the script.
/bin/bash -c "$(curl -fsSL https://tinyurl.com/olpatchfiles)"
  1. When the script runs it will ask you to choose one of four options..
  • Options 1,2,3 will Download a new Workspace and Patch it
  • Option 4 will Patch an existing Workspace Build Folder so be sure to be running the script from within that folder.

alt text

What will the script do?

  1. Prompt you to choose a Workspace Build
  2. Download the selected Workspace to the ~Home\Downloads\BuildX-DATE\ folder
  3. Patch the Workspace with the OrangeLink Feature Patch
  4. Launch XCode so you can select your Signing Targets.

Where do I Sign Targets and Which Build Scheme should I use?

  1. Click on "Loop" in the Code Navigator on the Left of XCode and you will see the targets to sign with your developer key.
  2. You MUST use the "Loop (Workspace)" scheme when building to your phone NOT the "Loop" scheme. (I have spoken)...

alt text

Credits:

About

OrangeLink Feature Patch files and shell script to download a Loop/FreeAPS workspace and patch the workspace with the Feature Patch Files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 97.0%
  • Shell 3.0%