Skip to content

Commit f694ce7

Browse files
sarahspinsscottleibrand
authored andcommitted
Fix code formatting (openaps#314)
* Update loops-in-progress.md * Fix formatting Some code was out of place * Fix formatting
1 parent f50e03e commit f694ce7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/docs/walkthrough/phase-1/using-openaps-tools.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,23 +162,31 @@ Test ability to get data.
162162

163163
```
164164
openaps use cgm oref0_glucose --hours 2.0
165+
```
165166

166167
# for G5 consider this instead:
168+
```
167169
openaps use cgm oref0_glucose --no-raw --hours 2.0
168-
170+
```
169171
(Note this step is not required if you are using a Medtronic CGM. The pump serves as the receiver and all of the pumping and glucose functionality are contained in the same openaps device.)
170172

171173
For all Dexcom CGM systems:
172174

173175
Add as report:
174176
```
175177
openaps report add raw-cgm/glucose-raw.json JSON cgm oref0_glucose --hours 2.0
178+
```
179+
176180
# For G5:
181+
```
177182
openaps report add raw-cgm/glucose-raw.json JSON cgm oref0_glucose --no-raw --hours 2.0
183+
```
178184

179185
For a Dexcom G5 system, you need to configure openaps specifically for the G5:
180186

181-
`openaps use <my_dexcom_name> config --G5`
187+
```
188+
openaps use <my_dexcom_name> config --G5
189+
```
182190

183191
NB: The above command can also be used to change from a G4 to G5 system in an already functioning loop. If that doesn't work, update openaps.
184192

0 commit comments

Comments
 (0)