Skip to content

Commit 69d7673

Browse files
authored
Merge pull request #1317 from openaps/dev
0.7.1
2 parents acb0150 + da7015c commit 69d7673

File tree

80 files changed

+3248
-726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+3248
-726
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ bin/__pycache__
2525
package-lock.json
2626

2727
*.pyc
28+
29+
bash-unit-test-temp
30+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ API_SECRET="..." NIGHTSCOUT_HOST=localhost:1337 ns-upload-entries <input> <outpu
8787
### Get the source
8888

8989
```
90-
git clone git://github.com/openaps/oref0.git
90+
git clone https://github.com/openaps/oref0.git
9191
cd oref0
9292
git checkout dev
9393
git checkout -b wip/my-enhancement-fix-or-proposal

0 commit comments

Comments
 (0)