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

getSketchMD5() at BootNormal constructor crashes on ESP32 (#641) #642

Merged
merged 1 commit into from
Dec 2, 2019
Merged

getSketchMD5() at BootNormal constructor crashes on ESP32 (#641) #642

merged 1 commit into from
Dec 2, 2019

Conversation

nemidiy
Copy link
Contributor

@nemidiy nemidiy commented Nov 27, 2019

Removed the lines copying the sketch MD5 at the BootNormal constructor
since that crashed the firmware. At that point the ESP object is not ready
to invoke getSketchMD5(). Also the code was duplicated since it's was
already invoked at the BootNormal::setup function with no issues.

…#641)

Removed the lines copying the sketch MD5 at the BootNormal constructor
since that crashed the firmware. At that point the ESP object is not ready
to invoke getSketchMD5(). Also the code was duplicated since it's was
already invoked at the BootNormal::setup function with no issues.
Copy link
Collaborator

@luebbe luebbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Collaborator

@bodiroga bodiroga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @nemidiy!

LGTM too. Have you tested the changes in a physical board?

Thanks for your contribution!

@nemidiy
Copy link
Contributor Author

nemidiy commented Nov 29, 2019

Hi @bodiroga
Yes, I tested it on an ESP32 devkit. Thanks!

@luebbe luebbe merged commit 661bd74 into homieiot:develop-v3 Dec 2, 2019
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.

4 participants