* add PiSupply

Add PiSupply as approved organisation.

They have acknowledged caveats to submit theirown PRs and update the gallery. They have also agreed to tag beta packages

* Update targetconfig.json
This commit is contained in:
Mark 2018-11-02 21:47:15 +00:00 committed by Peli de Halleux
parent a88fdd68eb
commit 6e3aa01147
2 changed files with 16 additions and 2 deletions

View File

@ -43,6 +43,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Robobit", "name": "Robobit",
"url":"/pkg/4tronix/Robobit", "url":"/pkg/4tronix/Robobit",
"cardType": "package" "cardType": "package"
}, {
"name": "Pi Supply Bit Buggy",
"url":"/pkg/PiSupply/pxt-bitbuggy",
"cardType": "package"
}] }]
``` ```
@ -148,6 +152,15 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
}] }]
``` ```
## IoT
```codecard
[{
"name": "Pi Supply Lora Node",
"url":"/pkg/PiSupply/pxt-iot-lora-node",
"cardType": "package"
}]
```
## Other ## Other
```codecard ```codecard

View File

@ -5,7 +5,8 @@
"microbit-foundation", "microbit-foundation",
"KitronikLtd", "KitronikLtd",
"tinkertanker", "tinkertanker",
"Seeed-Studio" "Seeed-Studio",
"PiSupply"
], ],
"approvedRepos": [ "approvedRepos": [
"CoderDojoOlney/pxt-olney", "CoderDojoOlney/pxt-olney",
@ -121,4 +122,4 @@
"Blocks To JavaScript": "courses/blocks-to-javascript", "Blocks To JavaScript": "courses/blocks-to-javascript",
"Courses": "courses" "Courses": "courses"
} }
} }