Skip to content

Commit 02e35c9

Browse files
committed
add download error stage
1 parent 1d4d44e commit 02e35c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/src/api/firmware.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ pub enum FirmwareInstallEvent {
106106
#[quantum_link]
107107
pub enum InstallErrorStage {
108108
#[n(0)]
109-
Verify,
109+
Download,
110110
#[n(1)]
111+
Verify,
112+
#[n(2)]
111113
Install,
112114
}

0 commit comments

Comments
 (0)