Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit d013c47

Browse files
committed
Merge branch 'release/v1.1.1'
2 parents e03571b + fbdef70 commit d013c47

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

platform.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@
1616
],
1717
"license": "Apache-2.0",
1818
"engines": {
19-
"platformio": "<5"
19+
"platformio": "^5"
2020
},
2121
"repository": {
2222
"type": "git",
2323
"url": "https://github.com/HelTecAutomation/platform-asrmicro650x.git"
2424
},
2525
"version": "1.1.0",
26-
"packageRepositories": [
27-
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
28-
"http://dl.platformio.org/packages/manifest.json"
29-
],
3026
"frameworks": {
3127
"arduino": {
3228
"package": "framework-arduinoasrmicro650x",
@@ -41,18 +37,18 @@
4137
},
4238
"framework-arduinoasrmicro650x": {
4339
"type": "framework",
44-
"owner": "platformio",
40+
"owner": "heltecautomation",
4541
"version": "~1.1.0",
4642
"optional": true
4743
},
4844
"tool-cubecellelftool": {
49-
"owner": "platformio",
45+
"owner": "heltecautomation",
5046
"version": "~0.0.1"
5147
},
5248
"tool-cubecellflash": {
5349
"type": "uploader",
5450
"optional": true,
55-
"owner": "platformio",
51+
"owner": "heltecautomation",
5652
"version": "~0.0.1"
5753
}
5854
}

0 commit comments

Comments
 (0)