Skip to content

Commit a75d758

Browse files
authored
add Lectrify Brick:Bit (#5745)
1 parent 490d264 commit a75d758

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/extensions/extension-gallery.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
521521

522522
```codecard
523523
[{
524+
"name": "Lectrify Brick:Bit",
525+
"url":"/pkg/softsmyth/lectrify-b4k",
526+
"cardType": "package"
527+
}, {
524528
"name": "KittenBot TabbyBot",
525529
"url":"/pkg/KittenBot/pxt-tabbyrobot",
526530
"cardType": "package"

targetconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@
462462
"eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] },
463463
"roborisen/gcube": { "tags": [ "Robotics" ] },
464464
"kittenbot/pxt-tabbyrobot": { "tags": [ "Robotics" ] },
465-
"pythom1234/pxt-oled": { "tags": [ "Lights and Display" ] }
465+
"pythom1234/pxt-oled": { "tags": [ "Lights and Display" ] },
466+
"softsmyth/lectrify-b4k": { "tags": [ "Robotics" ] }
466467
},
467468
"upgrades": {
468469
"tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",

0 commit comments

Comments
 (0)