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 3f3cf74 commit 696975bCopy full SHA for 696975b
platform.json
@@ -20,7 +20,8 @@
20
"packageRepositories": [
21
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
22
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
23
- "http://dl.platformio.org/packages/manifest.json"
+ "http://dl.platformio.org/packages/manifest.json",
24
+ "https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json"
25
],
26
"frameworks": {
27
"arduino": {
@@ -45,7 +46,7 @@
45
46
"framework-simba": {
47
"type": "framework",
48
"optional": true,
- "version": "^1.500.0"
49
+ "version": ">=7.0.0"
50
},
51
"tool-esptool": {
52
"type": "uploader",
0 commit comments