From 2d7a4f74e73eb6a446d222965e6a2560b8ac9d0f Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 9 May 2019 17:37:48 +0100 Subject: [PATCH] add cutebot extension (#2031) --- docs/extensions.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index a41e66e9..a35e1ab0 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -47,6 +47,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "UCL Junk Robot", "url":"/pkg/chevyng/pxt-ucl-junkrobot", "cardType": "package" +}, { + "name": "Elecfreaks Cutebot", + "url":"/pkg/lionyhw/pxt-cutebot", + "cardType": "package" }, { "name": "Kittenbot RobotBit", "url":"/pkg/kittenbot/pxt-robotbit", diff --git a/targetconfig.json b/targetconfig.json index e09f1be8..de82900f 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -126,7 +126,8 @@ "letstalkscience/pxt-cozir", "e-radionicacom/pxt-wifi", "monkmakes/pxt-sensor", - "alankrantas/pxt-Nexusbit" + "alankrantas/pxt-Nexusbit", + "lionyhw/pxt-cutebot" ], "preferredRepos": [ "Microsoft/pxt-neopixel",