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

Crash with new Board Version ESP8266 3.0.2 #176

Open
Falkenstone opened this issue Oct 10, 2021 · 2 comments
Open

Crash with new Board Version ESP8266 3.0.2 #176

Falkenstone opened this issue Oct 10, 2021 · 2 comments

Comments

@Falkenstone
Copy link

Hi Charles,
i know its not your mistake. Since the new Board Version ESP8266 3.0.0 the connect to MySQL crashes every time. I am not the professional to find out what is different to version 2.7.3. That was my last attempt with which version the "connect" function worked. Could you inspect this issue and modify the library? You could use one of your example and you see what happened.

thx
Falke

@ChuckBell
Copy link
Owner

ChuckBell commented Oct 10, 2021 via email

@Pablo2048
Copy link
Contributor

This method

size_t Encrypt_SHA1::write(uint8_t* data, int length) {
and this one
size_t Encrypt_SHA1::write(uint8_t data) {
have missing return statement. Maybe this is the source of crash?

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

No branches or pull requests

3 participants