From 7af61c4430aa71feee22cf6707499bc290cc694a Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Wed, 8 Jan 2025 08:24:54 -0800 Subject: [PATCH 1/2] update to new sim on new repo --- targetconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targetconfig.json b/targetconfig.json index 99b414f38dc..10b0df6d0dc 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -485,9 +485,9 @@ "aspectRatio": 3.45 } }, - "microbit-apps/pxt-arcadeshield": { + "microbit-apps/arcadeshield": { "simx": { - "sha": "5bac5ff5b80621b53b746e4bbe252e406b992bdb", + "sha": "d0f7ccae711cff6dd61ffd0bd95c4bab913e3a99", "devUrl": "http://localhost:3000" } } From 5f1843de862efe1d6d3a69f2d34b0c09b90acdd1 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Wed, 8 Jan 2025 09:00:28 -0800 Subject: [PATCH 2/2] add back old one --- targetconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/targetconfig.json b/targetconfig.json index 10b0df6d0dc..6b7c8d6fa0f 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -485,6 +485,12 @@ "aspectRatio": 3.45 } }, + "microbit-apps/pxt-arcadeshield": { + "simx": { + "sha": "5bac5ff5b80621b53b746e4bbe252e406b992bdb", + "devUrl": "http://localhost:3000" + } + }, "microbit-apps/arcadeshield": { "simx": { "sha": "d0f7ccae711cff6dd61ffd0bd95c4bab913e3a99",