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

compilation errors #30

Open
jpberry opened this issue Sep 4, 2024 · 0 comments
Open

compilation errors #30

jpberry opened this issue Sep 4, 2024 · 0 comments

Comments

@jpberry
Copy link

jpberry commented Sep 4, 2024

Hello,
I've been using this library fine, until a couple months ago. Code than used to compile no longer works. I didn't change anything, so it seems to me a new upgrade of the arduino ide has broken the code.

My first problem was with WebAuthentication.cpp : mbedtls_md5_starts_ret no longer exists, the compiler suggests to replace it with mbedtls_md5_starts (there are two other similare functions).

I then ran into problems with AsyncWebSocket.cpp, which doesn't like ets_printf and suggests replacing it with vswprintg - but that creates other problems, with non-convertable string types.

I'm no specialist, so kind of uneasy with fu**ng around with code I didn't write.

Suggestions ?

Thanks,

JP

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

1 participant