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:
David Lechner
2025-08-09 21:51:47 -05:00
parent a546109273
commit 5e8c8b8743
2 changed files with 7 additions and 1 deletions
@@ -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."
}
}
},