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

OTA_Resume starts the self-test timer without checking state. #421

Closed
jasonpcarroll opened this issue Mar 18, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@jasonpcarroll
Copy link
Member

( void ) otaAgent.pOtaInterface->os.timer.start( OtaSelfTestTimer,

OTA_Resume starts the self-test timer without checking the current state of OTA. If OTA is not in self-test mode, this timer will always go off and reset the device.

@jasonpcarroll jasonpcarroll added the bug Something isn't working label Mar 18, 2022
@dachalco dachalco self-assigned this Jun 9, 2022
@ActoryOu
Copy link
Member

Fixed with #439. I'm going to close the issue.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants