added LINE beacon package (#725)

This commit is contained in:
Mark 2018-04-03 12:34:41 +01:00 committed by Peli de Halleux
parent 48c65ae7cf
commit 0d5122e9e2
2 changed files with 7 additions and 2 deletions

View File

@ -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"
}] }]
``` ```

View File

@ -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"