Begin work on 'flash firmware' button

hmm^2
Rick Carlino 2020-02-20 17:32:58 -06:00
parent a5b1d5631e
commit e5389b747e
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,11 @@ export function StepButtonCluster(props: StepButtonProps) {
color="brown">
{t("REBOOT")}
</StepButton>,
<StepButton {...commonStepProps}
step={{ kind: "flash_firmware", args: { package: "arduino_firmware" } }}
color="brown">
{t("REFLASH FIRMWARE")}
</StepButton>,
<StepButton {...commonStepProps}
step={{ kind: "emergency_lock", args: {} }}
color="red">