diff --git a/docs/extensions.md b/docs/extensions.md index 0be3eb31..fdfcb2ed 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -485,6 +485,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "ESP8266 and ThingSpeak", "url":"/pkg/alankrantas/pxt-ESP8266_ThingSpeak", "cardType": "package" +}, { + "name": "DFRobot microIoT board", + "url":"/pkg/DFRobot/pxt-DFRobot-microIoT", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index 3d5cce98..b66086bf 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -162,6 +162,7 @@ "alsrobot-microbit-makecode-packages/MiniCruise", "4tronix/ServoBit", "DFRobot/pxt-maqueen", + "DFRobot/pxt-DFRobot-microIoT", "mu-opensource/pxt-muvision", "KitronikLtd/pxt-kitronik-clip-detector", "DFRobot/pxt-DFRobot-NaturalScience"