Skip to content

Commit 696975b

Browse files
committed
Add Simba package repository
1 parent 3f3cf74 commit 696975b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platform.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"packageRepositories": [
2121
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
2222
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
23-
"http://dl.platformio.org/packages/manifest.json"
23+
"http://dl.platformio.org/packages/manifest.json",
24+
"https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json"
2425
],
2526
"frameworks": {
2627
"arduino": {
@@ -45,7 +46,7 @@
4546
"framework-simba": {
4647
"type": "framework",
4748
"optional": true,
48-
"version": "^1.500.0"
49+
"version": ">=7.0.0"
4950
},
5051
"tool-esptool": {
5152
"type": "uploader",

0 commit comments

Comments
 (0)