diff --git a/docs/extensions.md b/docs/extensions.md index fd716185..490314a3 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -32,6 +32,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "url":"/pkg/4tronix/BitBot", "cardType": "package" }, +{ + "name": "4tronix Drive:Bit", + "url":"/pkg/4tronix/DriveBit", + "cardType": "package" +}, { "name": "4tronix MiniBit", "url":"/pkg/4tronix/MiniBit", diff --git a/targetconfig.json b/targetconfig.json index 7a23961a..84fe9109 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -149,7 +149,8 @@ "makecode-extensions/LIS2MDL", "makecode-extensions/HTS221", "assirati/pxt-inventura", - "Veilkrand/pxt-RobotCar" + "Veilkrand/pxt-RobotCar", + "4tronix/DriveBit" ], "preferredRepos": [ "Microsoft/pxt-neopixel",