Skip to content

Fix bootloop when cloud connection is disabled #313

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

Merged
merged 2 commits into from
May 7, 2025

Conversation

samuelbles07
Copy link
Collaborator

@samuelbles07 samuelbles07 commented May 5, 2025

Problem

Bootloop happen when cloud connection disabled because of calling return inside a task function making it crash.

Issue: #312

Changes

  • Change return to continue to ignore the rest of transmission code.
  • Ignore OTA check on boot

Use continue instead of return to ignore the rest of transmission code
@samuelbles07 samuelbles07 merged commit 174ec65 into develop May 7, 2025
20 checks passed
@samuelbles07 samuelbles07 deleted the fix/mode-cloud-disable branch May 7, 2025 18:28
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.

1 participant