Skip to content

Commit cb89ad7

Browse files
committed
Deploying to gh-pages from @ e3e124d 🚀
1 parent 6e10f5f commit cb89ad7

7 files changed

Lines changed: 457 additions & 115 deletions

File tree

browser/bb-update/index.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,6 +1533,17 @@
15331533
<nav class="md-nav" aria-label="Other Information">
15341534
<ul class="md-nav__list">
15351535

1536+
<li class="md-nav__item">
1537+
<a href="#restore-default-branch-to-main-and-build" class="md-nav__link">
1538+
<span class="md-ellipsis">
1539+
1540+
Restore Default Branch to main and Build
1541+
1542+
</span>
1543+
</a>
1544+
1545+
</li>
1546+
15361547
<li class="md-nav__item">
15371548
<a href="#choose-previous-build" class="md-nav__link">
15381549
<span class="md-ellipsis">
@@ -4853,6 +4864,17 @@
48534864
<nav class="md-nav" aria-label="Other Information">
48544865
<ul class="md-nav__list">
48554866

4867+
<li class="md-nav__item">
4868+
<a href="#restore-default-branch-to-main-and-build" class="md-nav__link">
4869+
<span class="md-ellipsis">
4870+
4871+
Restore Default Branch to main and Build
4872+
4873+
</span>
4874+
</a>
4875+
4876+
</li>
4877+
48564878
<li class="md-nav__item">
48574879
<a href="#choose-previous-build" class="md-nav__link">
48584880
<span class="md-ellipsis">
@@ -5321,6 +5343,21 @@ <h3 id="testflight-automatic-update-enabled"><em><abbr title="a method to distri
53215343
<li>Refer to the <abbr title="Graphics Interchange Format (GIF) can be used for small animations and low-resolution video clips">GIF</abbr> above, the message will say <code>Open</code> instead of <code>Install</code></li>
53225344
</ul>
53235345
<h2 id="other-information">Other Information<a class="headerlink" href="#other-information" title="Anchor link to this Header on this Page">&para;</a></h2>
5346+
<h3 id="restore-default-branch-to-main-and-build">Restore Default Branch to <code>main</code> and Build<a class="headerlink" href="#restore-default-branch-to-main-and-build" title="Anchor link to this Header on this Page">&para;</a></h3>
5347+
<p>If you build using the Browser Build method but have any <abbr title="version of code within a single repository or workspace repository">branch</abbr> other than <code>main</code> selected as your default build, please think twice. Using the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> is only for people wha are actively testing. If you need something from a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr>, be sure to switch back to <code>main</code> once the feature is added to the released code. (Hint - when this happens, the feature <abbr title="version of code within a single repository or workspace repository">branch</abbr> is deleted.)</p>
5348+
<p>To change your default <abbr title="version of code within a single repository or workspace repository">branch</abbr>, follow these directions. The example is changing from <code>dev</code> to <code>main</code>.</p>
5349+
<p>Open your LoopWorkspace <abbr title="a copy of code in a github repository other than the original">fork</abbr>. The graphic below shows what the <abbr title="a copy of code in a github repository other than the original">fork</abbr> looks like when the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> is the default. If yours shows <code>main</code> at the location labeled with a "1", then simply do a <a href="./#how-to-update-or-rebuild" target="_blank">fresh build</a> using the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> and install it on your phone from <abbr title="a method to distribute apps without direct connection">TestFlight</abbr>.</p>
5350+
<p align="center"><img alt="graphic showing fork with dev branch as default" src="../img/change-branch-check-branch.svg" width="750" /></p>
5351+
<p>If your <abbr title="version of code within a single repository or workspace repository">branch</abbr> shows as <code>dev</code> then click on Settings, as indicated by the rectangle labeled with a "2" in the graphic above.</p>
5352+
<p>Follow the numbered sequence in the graphic below:</p>
5353+
<ol>
5354+
<li>Click on the left/right arrows</li>
5355+
<li>Select the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> in the drop-down menu</li>
5356+
<li>Click on "Update"</li>
5357+
<li>Click on "I understand, update the default <abbr title="version of code within a single repository or workspace repository">branch</abbr>"</li>
5358+
</ol>
5359+
<p align="center"><img alt="graphic showing fork with dev branch as default" src="../img/change-branch-change-default.svg" width="750" /></p>
5360+
<p>Do a <a href="./#how-to-update-or-rebuild" target="_blank">fresh build</a> using the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> and install it on your phone from <abbr title="a method to distribute apps without direct connection">TestFlight</abbr>.</p>
53245361
<h3 id="choose-previous-build">Choose Previous Build<a class="headerlink" href="#choose-previous-build" title="Anchor link to this Header on this Page">&para;</a></h3>
53255362
<p>If you are a typical user who just builds a single version for yourself or your child, you do not need to read this section.</p>
53265363
<p>This section provides detailed instructions if you want to choose a previous build to install on your phone. Typically, the most recent build is selected but there may be special cases:</p>

browser/img/change-branch-change-default.svg

Lines changed: 158 additions & 0 deletions
Loading

browser/img/change-branch-check-branch.svg

Lines changed: 113 additions & 0 deletions
Loading

faqs/loop-faqs/index.html

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4260,6 +4260,17 @@
42604260
</span>
42614261
</a>
42624262

4263+
</li>
4264+
4265+
<li class="md-nav__item">
4266+
<a href="#how-do-i-return-to-the-released-version" class="md-nav__link">
4267+
<span class="md-ellipsis">
4268+
4269+
How do I return to the released version?
4270+
4271+
</span>
4272+
</a>
4273+
42634274
</li>
42644275

42654276
<li class="md-nav__item">
@@ -4923,6 +4934,17 @@
49234934
</span>
49244935
</a>
49254936

4937+
</li>
4938+
4939+
<li class="md-nav__item">
4940+
<a href="#how-do-i-return-to-the-released-version" class="md-nav__link">
4941+
<span class="md-ellipsis">
4942+
4943+
How do I return to the released version?
4944+
4945+
</span>
4946+
</a>
4947+
49264948
</li>
49274949

49284950
<li class="md-nav__item">
@@ -5149,12 +5171,24 @@ <h2 id="what-about-other-pumps-when-will-they-loop">What about other pumps? When
51495171
<p>Hey now...let's be grateful for what we have first. The ability to use the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app is the result of tremendous amounts of effort, time, and sacrifice by volunteers. Cracking the pumps for any Open-Source Automated Insulin Deliver (OS-AID) system use is a large undertaking. If and when another set of people spend a large amount of time figuring out other pumps, then they could conceivably be added to the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app. You don't need to let us know that you'd love to see more pumps compatible with <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>; we know that. There is just an awful lot of work that needs to happen and it is neither quick nor easy.</p>
51505172
<ul>
51515173
<li>Tandem pumps are not compatible (yet)</li>
5152-
<li><abbr title="Insulet tubeless insulin pump; Loop supports Eros (with RileyLink) and DASH. Eros is also known as Classic, UST400, and System.">Omnipod</abbr> 5 pods are not compatible</li>
5174+
<li><abbr title="Insulet tubeless insulin pump; Loop supports Eros (with RileyLink) and DASH. Eros is also known as Classic, UST400, and System.">Omnipod</abbr> 5 pods are not compatible (yet)</li>
5175+
<li>Dana pumps are available using a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr></li>
5176+
<li>Medtrum pumps are available using a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr></li>
51535177
<li>Newer Medtronic pumps are not compatible</li>
51545178
</ul>
51555179
<p>In fact there are several OS-AID systems for <abbr title="operating system used by Apple Mobile devices (iPhone, iPod, iPad)">iOS</abbr> which use a common set of pump and <abbr title="continuous glucose monitor, wearable medical device that measures and reports glucose in interstitial fluid">CGM</abbr> repositories. And new ones are being developed.</p>
51565180
<p>This <a href="../../build/pump/#pumps-compatible-with-the-loop-app" target="_blank">link</a> lists all the compatible pumps. Please refer to it for updates. There are several additional <abbr title="Bluetooth low energy, used for communication by phones, CGM and some pumps">BLE</abbr> pumps available to the <abbr title="operating system used by Apple Mobile devices (iPhone, iPod, iPad)">iOS</abbr> OS-AID community. You need to consider which ones are available in your country.</p>
51575181
<hr />
5182+
<h2 id="how-do-i-return-to-the-released-version">How do I return to the released version?<a class="headerlink" href="#how-do-i-return-to-the-released-version" title="Anchor link to this Header on this Page">&para;</a></h2>
5183+
<p>Great question.</p>
5184+
<p>Sometimes people build the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> to get a shiny new feature. But you should not stay on the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> unless you are dedicated to testing new features and following along carefully on <a href="https://loop.zulipchat.com/#narrow/channel/144182-development">zulipchat</a>.</p>
5185+
<p>Most people need to build the released version of the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app found at the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> and let the testing community give new features - or major updates of the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app - thorough testing before these updates are released in the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>.</p>
5186+
<p>As a matter of fact, with version 3.14.1 and newer - you will see a <abbr title="message or alert appearing in front of app that must be acknowledged to return to app">modal</abbr> alert you must acknowledge when you start up the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app built from the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>. Note that the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> is the only <abbr title="version of code within a single repository or workspace repository">branch</abbr> that gets this alert. If you built a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr>, we assume you know you are testing that feature and that you expect frequent updates.</p>
5187+
<ul>
5188+
<li>See this link for <a href="../../browser/bb-update/#restore-default-branch-to-main-and-build">Browser Build Instructions</a></li>
5189+
<li>If you use Mac-<abbr title="program used to build an app">Xcode</abbr>, just follow the <a href="../../build/updating/">standard update instructions</a> to ensure you are ready to download and build the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr></li>
5190+
</ul>
5191+
<hr />
51585192
<h2 id="can-i-have-more-than-one-loop-app-on-a-phone">Can I have more than one <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app on a phone?<a class="headerlink" href="#can-i-have-more-than-one-loop-app-on-a-phone" title="Anchor link to this Header on this Page">&para;</a></h2>
51595193
<p>Yes, this is technically possible. You can have multiple <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> apps built onto the same iPhone. However, having multiple <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> apps on a single phone may lead to unexpected conflicts that can negatively affect your <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>'s ability to stay green (keep looping). Additionally, your Pod will only work on one <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app at a time anyways. So for smooth looping, just keep one <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app on any phone for looping use.</p>
51605194
<hr />

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)