Skip to content

Commit

Permalink
Fixing variants for microbit shields (#6117)
Browse files Browse the repository at this point in the history
  • Loading branch information
abchatra authored Oct 11, 2023
1 parent 41c2ed3 commit 8692fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,21 +327,21 @@
"description": "Use the micro:bit with an expansion board from Kittenbot",
"imageUrl": "/static/hardware/newbit.png",
"url": "https://www.kittenbot.cc/products/newbit-arcade-shield",
"variant": "hw---n4"
"variant": "hw---n3"
},
{
"name": "micro:bit Retro Shield",
"description": "Use the micro:bit with an expansion board from Elecfreaks",
"imageUrl": "/static/hardware/retro-shield.jpg",
"url": "https://shop.elecfreaks.com/products/micro-bit-retro-programming-arcade",
"variant": "hw---n4"
"variant": "hw---n3"
},
{
"name": "micro:bit Game:Bit Shield",
"description": "Use the micro:bit with an expansion board from iCShop",
"imageUrl": "/static/hardware/bit-shield.png",
"url": "https://www.icshop.com.tw/products/368112100137",
"variant": "hw---n4"
"variant": "hw---n3"
}
],
"galleries": {
Expand Down

0 comments on commit 8692fff

Please sign in to comment.