Skip to content

Commit 263d9b2

Browse files
authored
Update manifest file
* Fix version * Add pyserial as python package dependency
1 parent 8cf0f6b commit 263d9b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platform.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/siwiembedded/platform-siwigsm.git"
1111
},
12-
"version": "v0.2.0",
12+
"version": "0.2.1",
1313
"vendor": "SiWi Embedded Solutions Pvt. Ltd.",
1414
"packageRepositories": [
1515
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
@@ -36,5 +36,8 @@
3636
"optional": true,
3737
"version": "~1.1.0"
3838
}
39+
},
40+
"pythonPackages": {
41+
"pyserial": ">=3.4"
3942
}
4043
}

0 commit comments

Comments
 (0)