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

Commit 4bd9aee

Browse files
committed
Minimal compatible PlatformIO Core is 5.0
1 parent 235b8b5 commit 4bd9aee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

platform.json

Lines changed: 1 addition & 5 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",

0 commit comments

Comments
 (0)