Skip to content

Ensure OTA errors are sent in single UDP packet #787

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
Aug 21, 2022
Merged

Conversation

earlephilhower
Copy link
Owner

OTA text error messages were getting lost because they were sent in
multiple UDP packets, one per print(). Now collect the full error and
report in a single print, allowing text messages to appear in ESPOTA.

OTA text error messages were getting lost because they were sent in
multiple UDP packets, one per print(). Now collect the full error and
report in a single print, allowing text messages to appear in ESPOTA.
@earlephilhower
Copy link
Owner Author

Before this patch:

14:23:47 [ERROR]: ERROR[12]: 

After the patch

14:58:05 [ERROR]: ERROR[12]: Signature verification failed

@earlephilhower earlephilhower merged commit a3f4d89 into master Aug 21, 2022
@earlephilhower earlephilhower deleted the otaerr branch August 21, 2022 22:29
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