Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed state transition issue in FirmwareService #216

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

OlliLenz
Copy link
Contributor

When entering UpdateStage::Downloading the update was aborted immediately because neither DownloadStatus::Downloaded nor DownloadStatus::DownloadFailed was present and so the firmwareService loop executes firmware update failed. This resets the state machine and the update never reaches the install stage.

…g a running update process when in download phase
@matth-x matth-x merged commit d512b71 into matth-x:master Oct 19, 2023
5 checks passed
@matth-x
Copy link
Owner

matth-x commented Oct 19, 2023

Thank you for this contribution!

@OlliLenz OlliLenz deleted the fix_firmware_update branch October 19, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants