From 91822160b9d7d5c17a1e97cec7c38ee6fda03255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Alraun?= Date: Thu, 21 Nov 2024 15:50:54 +0100 Subject: [PATCH] Update targetconfig.json Robot extension added --- targetconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/targetconfig.json b/targetconfig.json index 8a9c215e..98af09c8 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -259,6 +259,7 @@ "calliope-edu/pxt-blehid", "mkleinsb/pxt-grove-relay-jacdac", "calliope-edu/pxt-faces", + "microsoft/microbit-robot", "calliope-net/i2c-liste", "calliope-edu/pxt-storage", "calliope-edu/warte-bis", @@ -379,6 +380,12 @@ ], "preferred": true }, + "microsoft/microbit-robot":{ + "tags":[ + "Motor" + ], + "preferred": true + }, "51bit/sfc": {}, "51bit/smarttools": {}, "51bit/dfplayermini": {},