Skip to content
Snippets Groups Projects
Unverified Commit e871330c authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #2680 from LLK/enable-hardware-extensions

Enable EV3 and micro:bit extensions
parents e4af2655 8fe925f1
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ export default [ ...@@ -103,7 +103,7 @@ export default [
/> />
), ),
featured: true, featured: true,
disabled: true, disabled: false,
launchDeviceConnectionFlow: true, launchDeviceConnectionFlow: true,
deviceImage: microbitDeviceImage, deviceImage: microbitDeviceImage,
smallDeviceImage: microbitMenuImage, smallDeviceImage: microbitMenuImage,
...@@ -128,7 +128,7 @@ export default [ ...@@ -128,7 +128,7 @@ export default [
/> />
), ),
featured: true, featured: true,
disabled: true, disabled: false,
launchDeviceConnectionFlow: true, launchDeviceConnectionFlow: true,
deviceImage: ev3DeviceImage, deviceImage: ev3DeviceImage,
smallDeviceImage: ev3MenuImage, smallDeviceImage: ev3MenuImage,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment