added LINE beacon package (#725)
This commit is contained in:
parent
48c65ae7cf
commit
0d5122e9e2
@ -107,5 +107,9 @@
|
|||||||
"name": "Kittenbot RobotBit",
|
"name": "Kittenbot RobotBit",
|
||||||
"url":"/pkg/kittenbot/pxt-robotbit",
|
"url":"/pkg/kittenbot/pxt-robotbit",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "LINE BLE beacon",
|
||||||
|
"url":"/pkg/pizayanz/pxt-linebeacon",
|
||||||
|
"cardType": "package"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
"mbitfun/pxt-katakana",
|
"mbitfun/pxt-katakana",
|
||||||
"jdarling/pxt-pca9685",
|
"jdarling/pxt-pca9685",
|
||||||
"MUSELAB/pxt-wifi-shield",
|
"MUSELAB/pxt-wifi-shield",
|
||||||
"kittenbot/pxt-robotbit"
|
"kittenbot/pxt-robotbit",
|
||||||
|
"pizayanz/pxt-linebeacon"
|
||||||
],
|
],
|
||||||
"preferredRepos": [
|
"preferredRepos": [
|
||||||
"Microsoft/pxt-neopixel"
|
"Microsoft/pxt-neopixel"
|
||||||
|
Loading…
Reference in New Issue
Block a user