Skip to content

Commit aa45ce0

Browse files
authored
Add M.A.R.S. Rover (#5407)
1 parent 2085db7 commit aa45ce0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: docs/extensions.md

+4
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
505505

506506
```codecard
507507
[{
508+
"name": "4tronix M.A.R.S. Rover",
509+
"url":"/pkg/4tronix/mars-rover",
510+
"cardType": "package"
511+
}, {
508512
"name": "Cytron MOTION:BIT",
509513
"url":"/pkg/CytronTechnologies/pxt-motionbit",
510514
"cardType": "package"

Diff for: targetconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,8 @@
452452
"elecfreaks/pxt-cutebot-pro": { "tags": [ "Robotics" ], "preferred": true },
453453
"microbit-foundation/makecode-tutorials": {},
454454
"grandpabond/pxt-meter": { "tags": [ "Software" ] },
455-
"microsoft/microbit-robot": { "tags": [ "Robotics" ] }
455+
"microsoft/microbit-robot": { "tags": [ "Robotics" ] },
456+
"4tronix/mars-rover": { "tags": [ "Robotics" ] }
456457
},
457458
"upgrades": {
458459
"tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",

0 commit comments

Comments
 (0)