From b04200908806b422b16bed6fd3b717b4b4df894e Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 17 Jul 2019 14:16:09 +0100 Subject: [PATCH] add wukong (#2239) --- docs/extensions.md | 7 +++++-- targetconfig.json | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/extensions.md b/docs/extensions.md index 5eba09b5..fb75c5ca 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -243,8 +243,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "MakerBit Pins", "url": "/pkg/1010Technologies/pxt-makerbit-pins", "cardType": "package" -}, -{ +}, { + "name": "Elecfreaks Wukon", + "url": "/pkg/elecfreaks/pxt-wukong", + "cardType": "package" +}, { "name": "Pi Supply tinker:kit", "url": "/pkg/PiSupply/pxt-tinker-kit", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 5393f563..15783aee 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -132,7 +132,8 @@ "KitronikLtd/pxt-kitronik-klip-motor", "alankrantas/pxt-ESP8266_ThingSpeak", "plenprojectcompany/pxt-PLENbit", - "4tronix/MiniBit" + "4tronix/MiniBit", + "elecfreaks/pxt-wukong" ], "preferredRepos": [ "Microsoft/pxt-neopixel",