-
Notifications
You must be signed in to change notification settings - Fork 99
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
Issue with ota responder (AEGHB-713) #122
Comments
@augustpevko Could you provide the detailed steps on how to reproduce the variable exceeds 100 percent? |
@lhespress You should be able to reproduce it by using this code in the OTA example. Change the |
@augustpevko Thanks for you shared the reproduce code. Please apply the patch espnow_ota_responder.zip and check again.
|
@lhespress Yes, it works. I made the same changes before |
@augustpevko Thanks for your feedback, i'll release it. |
It seems that this static variable might not be resetting properly. If you call this function after the variable exceeds 100 percent, it won't compare correctly in this if statement. As a result, no storage write occurs, and no event is posted.
The text was updated successfully, but these errors were encountered: