Pisupply (#1571)
* 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:
parent
a88fdd68eb
commit
6e3aa01147
@ -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
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user