Skip to content

Commit 1b2a887

Browse files
committed
remove references to interim branch that no longer exists, update_dev_to_3.14.4
1 parent 3a29e14 commit 1b2a887

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

docs/version/development.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ Use the page linked above to add the desired branch name (from the table above)
119119

120120
For Mac Xcode build, the lines you need to copy and paste into a Terminal window are explicitly provided below:
121121

122-
``` { .bash .copy title="Download and build the update_dev_to_3.14.4 branch" }
123-
/bin/bash -c "$(curl -fsSL \
124-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)" \
125-
- update_dev_to_3.14.4
126-
```
127-
128122
``` { .bash .copy title="Download and build the next-dev branch" }
129123
/bin/bash -c "$(curl -fsSL \
130124
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)" \
@@ -188,11 +182,11 @@ The next-dev branch will eventually be released as *Loop* version 4. The preset
188182

189183
!!! warning "Use of Omnipod 5 Pods requires a CGM with a heartbeat"
190184
* Omnipod 5 code is experimental
191-
* The implementation found the the `dev` branch does not provide a heartbeat at this time
185+
* The initial implementation found older builds of the `dev` branch, v3.14.3, did not provide a heartbeat at this time
192186
* This means you rely on your CGM to wake up the app when it is in the background or the phone is locked
193187
* If your CGM does not supply a heartbeat, the app with stop automatically running when it is not open
194188
* These two branches are available which do provide a heartbeat for Omnipod 5 but are only for expert testers
195-
* The `update_dev_to_3.14.4` branch uses the *ble-heartbeat* Bluetooth connection method
189+
* The `dev` branch uses the *ble-heartbeat* Bluetooth connection method
196190
* The `next-dev` branch uses the *eager-connect* Bluetooth connection method
197191
* See [Table of OmnipodKit Versions](../faqs/omnipod-faqs.md#table-of-omnipodkit-versions){: target="_blank"} for more information about Bluetooth connection methods
198192

0 commit comments

Comments
 (0)