You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: