We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4422399 commit c7b62deCopy full SHA for c7b62de
platform.json
@@ -15,7 +15,9 @@
15
"version": "v0.1.0",
16
"vendor": "SiWi Embedded Solutions Pvt. Ltd.",
17
"packageRepositories": [
18
- "http://dl.platformio.org/packages/manifest.json"
+ "https://dl.bintray.com/platformio/dl-packages/manifest.json",
19
+ "http://dl.platformio.org/packages/manifest.json",
20
+ "https://raw.githubusercontent.com/siwiembedded/platformio-package/master/manifest.json"
21
],
22
"frameworks": {
23
"siwisdk": {
@@ -30,7 +32,7 @@
30
32
},
31
33
"framework-siwisdk": {
34
"type": "framework",
- "version": "~0.0.0"
35
+ "version": "~0.1.0"
36
37
"tool-siwiflasher": {
38
"type": "uploader",
0 commit comments