From e2e3e0391d19a3832b41b60807b7d0f31469e1f8 Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Fri, 26 Apr 2024 20:58:16 +0100 Subject: [PATCH] add gcube --- docs/extensions/extension-gallery.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index e01316efe6..61ae079314 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -513,6 +513,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "Gcube", + "url":"/pkg/roborisen/gcube", + "cardType": "package" +}, { "name": "Roversa", "url":"/pkg/eb8ga/pxt-roversa-2", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index e487d2be8a..924c199603 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -458,7 +458,8 @@ "grandpabond/pxt-flexfx": { "tags": [ "Software" ] }, "grandpabond/pxt-faces": { "tags": [ "Software" ] }, "joylabz/code-a-key-extension": {}, - "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] } + "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] }, + "roborisen/gcube": { "tags": [ "Robotics" ] } }, "upgrades": { "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",