Skip to content

Commit 9933d02

Browse files
author
betzrhodes
authored
Merge pull request #1 from electricimp/develop
v2.0.0
2 parents 1829201 + 890c337 commit 9933d02

11 files changed

+1669
-0
lines changed

Diff for: .editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Diff for: .impt.test

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"deviceGroupId": "14c5a081-16d9-7f17-52fd-0716baf028e7",
3+
"timeout": 180,
4+
"stopOnFail": false,
5+
"allowDisconnect": false,
6+
"builderCache": false,
7+
"deviceFile": "BQ25895.device.lib.nut",
8+
"testFiles": [
9+
"*.test.nut",
10+
"tests/**/*.test.nut"
11+
]
12+
}

0 commit comments

Comments
 (0)