mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
firmware: installPybricksDialog: add exception for Technic Move hub
The Technic Move hub requires signed firmware, so we cannot install Pybricks on it.
This commit is contained in:
@@ -170,6 +170,11 @@ const UnsupportedHubs: React.FunctionComponent = () => {
|
||||
'selectHubPanel.notOnListButton.info.poweredUp.mario',
|
||||
)}
|
||||
</li>
|
||||
<li>
|
||||
{i18n.translate(
|
||||
'selectHubPanel.notOnListButton.info.poweredUp.technicMove',
|
||||
)}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
"intro": "Support for these hubs is currently not planned.",
|
||||
"wedo2": "WeDo 2.0 Smart hub.",
|
||||
"duploTrain": "Duplo Train hub.",
|
||||
"mario": "Mario/Luigi/Peach."
|
||||
"mario": "Mario/Luigi/Peach.",
|
||||
"technicMove": "Technic Move hub."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user