-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Rollback with Arduino as ESP-IDF Component #5871
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
Comments
How about we add a new weak function |
Hello @me-no-dev , I think this could be a solution, but can the function verifyOta() just be removed? What do you think @atanisoft @marcovannoord? |
Yeah that would be a perfect solution i think, and it would just skip the verifyOTA() function. |
if you overwrite |
Yeah i think that's the perfect solution. That way, users can add this feature, while keeping legacy things intact. |
Done :) |
Fixes: espressif#5871 Co-authored-by: Me No Dev <[email protected]>
Any example for this? |
Hello everyone,
I ran into the same issue as stated in: #3318 and also in #3749
I think this issue about the weakly defined verify0ta() should be fixed and made in such a way that the user can perform the verification later in the code instead of inside the initArduino() function.
The text was updated successfully, but these errors were encountered: