ota: pull update binary from http server, write it to sd card, and factory reset

This commit is contained in:
decentclock
2022-09-16 21:47:55 -04:00
parent f208a5af5e
commit 79fea3092d
6 changed files with 100 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ impl Controller {
ControlResponse::AllowlistUpdated(na)
}
ControlMessage::Ota(params) => {
// ...
// same as above comments, actually done in core/events.rs
ControlResponse::OtaConfirm(params)
}
};