Skip to content

Commit 2e04dfc

Browse files
committed
Minimal compatible PlatformIO Core is 5.0
1 parent de8034c commit 2e04dfc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

platform.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,13 @@
1212
"LX6"
1313
],
1414
"engines": {
15-
"platformio": "<5"
15+
"platformio": "^5"
1616
},
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-espressif32.git"
2020
},
2121
"version": "1.12.4",
22-
"packageRepositories": [
23-
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
24-
"http://dl.platformio.org/packages/manifest.json",
25-
"https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json",
26-
"https://raw.githubusercontent.com/eerimoq/pumbaa/master/make/platformio/manifest.json"
27-
],
2822
"frameworks": {
2923
"arduino": {
3024
"package": "framework-arduinoespressif32",

0 commit comments

Comments
 (0)