Skip to content

Commit 5e8c8b8

Browse files
committed
firmware: installPybricksDialog: add exception for Technic Move hub
The Technic Move hub requires signed firmware, so we cannot install Pybricks on it.
1 parent a546109 commit 5e8c8b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/firmware/installPybricksDialog/InstallPybricksDialog.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ const UnsupportedHubs: React.FunctionComponent = () => {
170170
'selectHubPanel.notOnListButton.info.poweredUp.mario',
171171
)}
172172
</li>
173+
<li>
174+
{i18n.translate(
175+
'selectHubPanel.notOnListButton.info.poweredUp.technicMove',
176+
)}
177+
</li>
173178
</ul>
174179
</div>
175180
);

src/firmware/installPybricksDialog/translations/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"intro": "Support for these hubs is currently not planned.",
2323
"wedo2": "WeDo 2.0 Smart hub.",
2424
"duploTrain": "Duplo Train hub.",
25-
"mario": "Mario/Luigi/Peach."
25+
"mario": "Mario/Luigi/Peach.",
26+
"technicMove": "Technic Move hub."
2627
}
2728
}
2829
},

0 commit comments

Comments
 (0)