From 28d595604a9c201fd0edd9def4bcac8fd51a7303 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Thu, 10 Oct 2024 16:21:23 +0100 Subject: [PATCH] Extension: add pxt-microbit-ml --- targetconfig.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index 29ec8e29d4..bdaaef0b1a 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -471,7 +471,14 @@ "devUrl": "http://localhost:5173" } }, - "shahart/heb-microbit": { "tags": [ "Software" ] } + "shahart/heb-microbit": { "tags": [ "Software" ] }, + "microbit-foundation/pxt-microbit-ml": { + "simx": { + "sha": "e349a2feaae9f84a24ebd56716209ef74e1758d2", + "devUrl": "http://localhost:5173", + "aspectRatio": 3.45 + } + } }, "approvedEditorExtensionUrls": [ "https://microsoft.github.io/ml4f/",