Skip to content

Commit 4e73fcf

Browse files
committed
Minimal compatible PlatformIO Core is 5.0
1 parent d2016d8 commit 4e73fcf

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
@@ -12,17 +12,13 @@
1212
"LPC"
1313
],
1414
"engines": {
15-
"platformio": "<5"
15+
"platformio": "^5"
1616
},
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-nxplpc.git"
2020
},
2121
"version": "5.3.0",
22-
"packageRepositories": [
23-
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
24-
"http://dl.platformio.org/packages/manifest.json"
25-
],
2622
"frameworks": {
2723
"mbed": {
2824
"package": "framework-mbed",

0 commit comments

Comments
 (0)